.bootstrap-component {
    /*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}

.bootstrap-component :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.bootstrap-component *,
.bootstrap-component :after,
.bootstrap-component :before {
    box-sizing: border-box
}

.bootstrap-component html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.bootstrap-component article,
.bootstrap-component aside,
.bootstrap-component figcaption,
.bootstrap-component figure,
.bootstrap-component footer,
.bootstrap-component header,
.bootstrap-component hgroup,
.bootstrap-component main,
.bootstrap-component nav,
.bootstrap-component section {
    display: block
}

.bootstrap-component body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.bootstrap-component [tabindex="-1"]:focus {
    outline: 0!important
}

.bootstrap-component hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.bootstrap-component h1,
.bootstrap-component h2,
.bootstrap-component h3,
.bootstrap-component h4,
.bootstrap-component h5,
.bootstrap-component h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.bootstrap-component p {
    margin-top: 0;
    margin-bottom: 1rem
}

.bootstrap-component abbr[data-original-title],
.bootstrap-component abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.bootstrap-component address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.bootstrap-component dl,
.bootstrap-component ol,
.bootstrap-component ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.bootstrap-component ol ol,
.bootstrap-component ol ul,
.bootstrap-component ul ol,
.bootstrap-component ul ul {
    margin-bottom: 0
}

.bootstrap-component dt {
    font-weight: 700
}

.bootstrap-component dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.bootstrap-component blockquote {
    margin: 0 0 1rem
}

.bootstrap-component dfn {
    font-style: italic
}

.bootstrap-component b,
.bootstrap-component strong {
    font-weight: bolder
}

.bootstrap-component small {
    font-size: 80%
}

.bootstrap-component sub,
.bootstrap-component sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.bootstrap-component sub {
    bottom: -.25em
}

.bootstrap-component sup {
    top: -.5em
}

.bootstrap-component a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.bootstrap-component a:hover {
    color: #0056b3;
    text-decoration: underline
}

.bootstrap-component a:not([href]):not([tabindex]),
.bootstrap-component a:not([href]):not([tabindex]):focus,
.bootstrap-component a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

.bootstrap-component a:not([href]):not([tabindex]):focus {
    outline: 0
}

.bootstrap-component code,
.bootstrap-component kbd,
.bootstrap-component pre,
.bootstrap-component samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

.bootstrap-component pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

.bootstrap-component figure {
    margin: 0 0 1rem
}

.bootstrap-component img {
    vertical-align: middle;
    border-style: none
}

.bootstrap-component svg:not(:root) {
    overflow: hidden
}

.bootstrap-component table {
    border-collapse: collapse
}

.bootstrap-component caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.bootstrap-component th {
    text-align: inherit
}

.bootstrap-component label {
    display: inline-block;
    margin-bottom: .5rem
}

.bootstrap-component button {
    border-radius: 0
}

.bootstrap-component button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.bootstrap-component button,
.bootstrap-component input,
.bootstrap-component optgroup,
.bootstrap-component select,
.bootstrap-component textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.bootstrap-component button,
.bootstrap-component input {
    overflow: visible
}

.bootstrap-component button,
.bootstrap-component select {
    text-transform: none
}

.bootstrap-component [type=reset],
.bootstrap-component [type=submit],
.bootstrap-component button,
.bootstrap-component html [type=button] {
    -webkit-appearance: button
}

.bootstrap-component [type=button]::-moz-focus-inner,
.bootstrap-component [type=reset]::-moz-focus-inner,
.bootstrap-component [type=submit]::-moz-focus-inner,
.bootstrap-component button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.bootstrap-component input[type=checkbox],
.bootstrap-component input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.bootstrap-component input[type=date],
.bootstrap-component input[type=datetime-local],
.bootstrap-component input[type=month],
.bootstrap-component input[type=time] {
    -webkit-appearance: listbox
}

.bootstrap-component textarea {
    overflow: auto;
    resize: vertical
}

.bootstrap-component fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.bootstrap-component legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.bootstrap-component progress {
    vertical-align: baseline
}

.bootstrap-component [type=number]::-webkit-inner-spin-button,
.bootstrap-component [type=number]::-webkit-outer-spin-button {
    height: auto
}

.bootstrap-component [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.bootstrap-component [type=search]::-webkit-search-cancel-button,
.bootstrap-component [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.bootstrap-component ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.bootstrap-component output {
    display: inline-block
}

.bootstrap-component summary {
    display: list-item;
    cursor: pointer
}

.bootstrap-component template {
    display: none
}

.bootstrap-component [hidden] {
    display: none!important
}

.bootstrap-component .h1,
.bootstrap-component .h2,
.bootstrap-component .h3,
.bootstrap-component .h4,
.bootstrap-component .h5,
.bootstrap-component .h6,
.bootstrap-component h1,
.bootstrap-component h2,
.bootstrap-component h3,
.bootstrap-component h4,
.bootstrap-component h5,
.bootstrap-component h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.bootstrap-component .h1,
.bootstrap-component h1 {
    font-size: 2.5rem
}

.bootstrap-component .h2,
.bootstrap-component h2 {
    font-size: 2rem
}

.bootstrap-component .h3,
.bootstrap-component h3 {
    font-size: 1.75rem
}

.bootstrap-component .h4,
.bootstrap-component h4 {
    font-size: 1.5rem
}

.bootstrap-component .h5,
.bootstrap-component h5 {
    font-size: 1.25rem
}

.bootstrap-component .h6,
.bootstrap-component h6 {
    font-size: 1rem
}

.bootstrap-component .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.bootstrap-component .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.bootstrap-component .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.bootstrap-component .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.bootstrap-component .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

.bootstrap-component hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.bootstrap-component .small,
.bootstrap-component small {
    font-size: 80%;
    font-weight: 400
}

.bootstrap-component .mark,
.bootstrap-component mark {
    padding: .2em;
    background-color: #fcf8e3
}

.bootstrap-component .list-inline,
.bootstrap-component .list-unstyled {
    padding-left: 0;
    list-style: none
}

.bootstrap-component .list-inline-item {
    display: inline-block
}

.bootstrap-component .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.bootstrap-component .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.bootstrap-component .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.bootstrap-component .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.bootstrap-component .blockquote-footer:before {
    content: "\2014   \A0"
}

.bootstrap-component .img-fluid {
    max-width: 100%;
    height: auto
}

.bootstrap-component .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.bootstrap-component .figure {
    display: inline-block
}

.bootstrap-component .figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.bootstrap-component .figure-caption {
    font-size: 90%;
    color: #6c757d
}

.bootstrap-component code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>.bootstrap-component code {
    color: inherit
}

.bootstrap-component kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

.bootstrap-component kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

.bootstrap-component pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

.bootstrap-component pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.bootstrap-component .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.bootstrap-component .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .bootstrap-component .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .bootstrap-component .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .bootstrap-component .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .bootstrap-component .container {
        max-width: 1140px
    }
}

.bootstrap-component .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.bootstrap-component .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.bootstrap-component .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bootstrap-component .no-gutters>.col,
.bootstrap-component .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-component .col,
.bootstrap-component .col-1,
.bootstrap-component .col-2,
.bootstrap-component .col-3,
.bootstrap-component .col-4,
.bootstrap-component .col-5,
.bootstrap-component .col-6,
.bootstrap-component .col-7,
.bootstrap-component .col-8,
.bootstrap-component .col-9,
.bootstrap-component .col-10,
.bootstrap-component .col-11,
.bootstrap-component .col-12,
.bootstrap-component .col-auto,
.bootstrap-component .col-lg,
.bootstrap-component .col-lg-1,
.bootstrap-component .col-lg-2,
.bootstrap-component .col-lg-3,
.bootstrap-component .col-lg-4,
.bootstrap-component .col-lg-5,
.bootstrap-component .col-lg-6,
.bootstrap-component .col-lg-7,
.bootstrap-component .col-lg-8,
.bootstrap-component .col-lg-9,
.bootstrap-component .col-lg-10,
.bootstrap-component .col-lg-11,
.bootstrap-component .col-lg-12,
.bootstrap-component .col-lg-auto,
.bootstrap-component .col-md,
.bootstrap-component .col-md-1,
.bootstrap-component .col-md-2,
.bootstrap-component .col-md-3,
.bootstrap-component .col-md-4,
.bootstrap-component .col-md-5,
.bootstrap-component .col-md-6,
.bootstrap-component .col-md-7,
.bootstrap-component .col-md-8,
.bootstrap-component .col-md-9,
.bootstrap-component .col-md-10,
.bootstrap-component .col-md-11,
.bootstrap-component .col-md-12,
.bootstrap-component .col-md-auto,
.bootstrap-component .col-sm,
.bootstrap-component .col-sm-1,
.bootstrap-component .col-sm-2,
.bootstrap-component .col-sm-3,
.bootstrap-component .col-sm-4,
.bootstrap-component .col-sm-5,
.bootstrap-component .col-sm-6,
.bootstrap-component .col-sm-7,
.bootstrap-component .col-sm-8,
.bootstrap-component .col-sm-9,
.bootstrap-component .col-sm-10,
.bootstrap-component .col-sm-11,
.bootstrap-component .col-sm-12,
.bootstrap-component .col-sm-auto,
.bootstrap-component .col-xl,
.bootstrap-component .col-xl-1,
.bootstrap-component .col-xl-2,
.bootstrap-component .col-xl-3,
.bootstrap-component .col-xl-4,
.bootstrap-component .col-xl-5,
.bootstrap-component .col-xl-6,
.bootstrap-component .col-xl-7,
.bootstrap-component .col-xl-8,
.bootstrap-component .col-xl-9,
.bootstrap-component .col-xl-10,
.bootstrap-component .col-xl-11,
.bootstrap-component .col-xl-12,
.bootstrap-component .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.bootstrap-component .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bootstrap-component .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.bootstrap-component .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.bootstrap-component .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.bootstrap-component .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.bootstrap-component .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.bootstrap-component .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.bootstrap-component .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.bootstrap-component .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.bootstrap-component .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.bootstrap-component .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.bootstrap-component .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.bootstrap-component .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.bootstrap-component .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.bootstrap-component .order-first {
    order: -1
}

.bootstrap-component .order-last {
    order: 13
}

.bootstrap-component .order-0 {
    order: 0
}

.bootstrap-component .order-1 {
    order: 1
}

.bootstrap-component .order-2 {
    order: 2
}

.bootstrap-component .order-3 {
    order: 3
}

.bootstrap-component .order-4 {
    order: 4
}

.bootstrap-component .order-5 {
    order: 5
}

.bootstrap-component .order-6 {
    order: 6
}

.bootstrap-component .order-7 {
    order: 7
}

.bootstrap-component .order-8 {
    order: 8
}

.bootstrap-component .order-9 {
    order: 9
}

.bootstrap-component .order-10 {
    order: 10
}

.bootstrap-component .order-11 {
    order: 11
}

.bootstrap-component .order-12 {
    order: 12
}

.bootstrap-component .offset-1 {
    margin-left: 8.33333%
}

.bootstrap-component .offset-2 {
    margin-left: 16.66667%
}

.bootstrap-component .offset-3 {
    margin-left: 25%
}

.bootstrap-component .offset-4 {
    margin-left: 33.33333%
}

.bootstrap-component .offset-5 {
    margin-left: 41.66667%
}

.bootstrap-component .offset-6 {
    margin-left: 50%
}

.bootstrap-component .offset-7 {
    margin-left: 58.33333%
}

.bootstrap-component .offset-8 {
    margin-left: 66.66667%
}

.bootstrap-component .offset-9 {
    margin-left: 75%
}

.bootstrap-component .offset-10 {
    margin-left: 83.33333%
}

.bootstrap-component .offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .bootstrap-component .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-component .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .bootstrap-component .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-component .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-component .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-component .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-component .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-component .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-component .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-component .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-component .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-component .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-component .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-component .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-component .order-sm-first {
        order: -1
    }
    .bootstrap-component .order-sm-last {
        order: 13
    }
    .bootstrap-component .order-sm-0 {
        order: 0
    }
    .bootstrap-component .order-sm-1 {
        order: 1
    }
    .bootstrap-component .order-sm-2 {
        order: 2
    }
    .bootstrap-component .order-sm-3 {
        order: 3
    }
    .bootstrap-component .order-sm-4 {
        order: 4
    }
    .bootstrap-component .order-sm-5 {
        order: 5
    }
    .bootstrap-component .order-sm-6 {
        order: 6
    }
    .bootstrap-component .order-sm-7 {
        order: 7
    }
    .bootstrap-component .order-sm-8 {
        order: 8
    }
    .bootstrap-component .order-sm-9 {
        order: 9
    }
    .bootstrap-component .order-sm-10 {
        order: 10
    }
    .bootstrap-component .order-sm-11 {
        order: 11
    }
    .bootstrap-component .order-sm-12 {
        order: 12
    }
    .bootstrap-component .offset-sm-0 {
        margin-left: 0
    }
    .bootstrap-component .offset-sm-1 {
        margin-left: 8.33333%
    }
    .bootstrap-component .offset-sm-2 {
        margin-left: 16.66667%
    }
    .bootstrap-component .offset-sm-3 {
        margin-left: 25%
    }
    .bootstrap-component .offset-sm-4 {
        margin-left: 33.33333%
    }
    .bootstrap-component .offset-sm-5 {
        margin-left: 41.66667%
    }
    .bootstrap-component .offset-sm-6 {
        margin-left: 50%
    }
    .bootstrap-component .offset-sm-7 {
        margin-left: 58.33333%
    }
    .bootstrap-component .offset-sm-8 {
        margin-left: 66.66667%
    }
    .bootstrap-component .offset-sm-9 {
        margin-left: 75%
    }
    .bootstrap-component .offset-sm-10 {
        margin-left: 83.33333%
    }
    .bootstrap-component .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .bootstrap-component .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-component .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .bootstrap-component .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-component .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-component .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-component .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-component .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-component .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-component .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-component .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-component .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-component .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-component .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-component .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-component .order-md-first {
        order: -1
    }
    .bootstrap-component .order-md-last {
        order: 13
    }
    .bootstrap-component .order-md-0 {
        order: 0
    }
    .bootstrap-component .order-md-1 {
        order: 1
    }
    .bootstrap-component .order-md-2 {
        order: 2
    }
    .bootstrap-component .order-md-3 {
        order: 3
    }
    .bootstrap-component .order-md-4 {
        order: 4
    }
    .bootstrap-component .order-md-5 {
        order: 5
    }
    .bootstrap-component .order-md-6 {
        order: 6
    }
    .bootstrap-component .order-md-7 {
        order: 7
    }
    .bootstrap-component .order-md-8 {
        order: 8
    }
    .bootstrap-component .order-md-9 {
        order: 9
    }
    .bootstrap-component .order-md-10 {
        order: 10
    }
    .bootstrap-component .order-md-11 {
        order: 11
    }
    .bootstrap-component .order-md-12 {
        order: 12
    }
    .bootstrap-component .offset-md-0 {
        margin-left: 0
    }
    .bootstrap-component .offset-md-1 {
        margin-left: 8.33333%
    }
    .bootstrap-component .offset-md-2 {
        margin-left: 16.66667%
    }
    .bootstrap-component .offset-md-3 {
        margin-left: 25%
    }
    .bootstrap-component .offset-md-4 {
        margin-left: 33.33333%
    }
    .bootstrap-component .offset-md-5 {
        margin-left: 41.66667%
    }
    .bootstrap-component .offset-md-6 {
        margin-left: 50%
    }
    .bootstrap-component .offset-md-7 {
        margin-left: 58.33333%
    }
    .bootstrap-component .offset-md-8 {
        margin-left: 66.66667%
    }
    .bootstrap-component .offset-md-9 {
        margin-left: 75%
    }
    .bootstrap-component .offset-md-10 {
        margin-left: 83.33333%
    }
    .bootstrap-component .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .bootstrap-component .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-component .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .bootstrap-component .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-component .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-component .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-component .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-component .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-component .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-component .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-component .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-component .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-component .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-component .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-component .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-component .order-lg-first {
        order: -1
    }
    .bootstrap-component .order-lg-last {
        order: 13
    }
    .bootstrap-component .order-lg-0 {
        order: 0
    }
    .bootstrap-component .order-lg-1 {
        order: 1
    }
    .bootstrap-component .order-lg-2 {
        order: 2
    }
    .bootstrap-component .order-lg-3 {
        order: 3
    }
    .bootstrap-component .order-lg-4 {
        order: 4
    }
    .bootstrap-component .order-lg-5 {
        order: 5
    }
    .bootstrap-component .order-lg-6 {
        order: 6
    }
    .bootstrap-component .order-lg-7 {
        order: 7
    }
    .bootstrap-component .order-lg-8 {
        order: 8
    }
    .bootstrap-component .order-lg-9 {
        order: 9
    }
    .bootstrap-component .order-lg-10 {
        order: 10
    }
    .bootstrap-component .order-lg-11 {
        order: 11
    }
    .bootstrap-component .order-lg-12 {
        order: 12
    }
    .bootstrap-component .offset-lg-0 {
        margin-left: 0
    }
    .bootstrap-component .offset-lg-1 {
        margin-left: 8.33333%
    }
    .bootstrap-component .offset-lg-2 {
        margin-left: 16.66667%
    }
    .bootstrap-component .offset-lg-3 {
        margin-left: 25%
    }
    .bootstrap-component .offset-lg-4 {
        margin-left: 33.33333%
    }
    .bootstrap-component .offset-lg-5 {
        margin-left: 41.66667%
    }
    .bootstrap-component .offset-lg-6 {
        margin-left: 50%
    }
    .bootstrap-component .offset-lg-7 {
        margin-left: 58.33333%
    }
    .bootstrap-component .offset-lg-8 {
        margin-left: 66.66667%
    }
    .bootstrap-component .offset-lg-9 {
        margin-left: 75%
    }
    .bootstrap-component .offset-lg-10 {
        margin-left: 83.33333%
    }
    .bootstrap-component .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .bootstrap-component .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-component .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .bootstrap-component .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-component .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-component .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-component .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-component .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-component .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-component .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-component .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-component .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-component .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-component .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-component .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-component .order-xl-first {
        order: -1
    }
    .bootstrap-component .order-xl-last {
        order: 13
    }
    .bootstrap-component .order-xl-0 {
        order: 0
    }
    .bootstrap-component .order-xl-1 {
        order: 1
    }
    .bootstrap-component .order-xl-2 {
        order: 2
    }
    .bootstrap-component .order-xl-3 {
        order: 3
    }
    .bootstrap-component .order-xl-4 {
        order: 4
    }
    .bootstrap-component .order-xl-5 {
        order: 5
    }
    .bootstrap-component .order-xl-6 {
        order: 6
    }
    .bootstrap-component .order-xl-7 {
        order: 7
    }
    .bootstrap-component .order-xl-8 {
        order: 8
    }
    .bootstrap-component .order-xl-9 {
        order: 9
    }
    .bootstrap-component .order-xl-10 {
        order: 10
    }
    .bootstrap-component .order-xl-11 {
        order: 11
    }
    .bootstrap-component .order-xl-12 {
        order: 12
    }
    .bootstrap-component .offset-xl-0 {
        margin-left: 0
    }
    .bootstrap-component .offset-xl-1 {
        margin-left: 8.33333%
    }
    .bootstrap-component .offset-xl-2 {
        margin-left: 16.66667%
    }
    .bootstrap-component .offset-xl-3 {
        margin-left: 25%
    }
    .bootstrap-component .offset-xl-4 {
        margin-left: 33.33333%
    }
    .bootstrap-component .offset-xl-5 {
        margin-left: 41.66667%
    }
    .bootstrap-component .offset-xl-6 {
        margin-left: 50%
    }
    .bootstrap-component .offset-xl-7 {
        margin-left: 58.33333%
    }
    .bootstrap-component .offset-xl-8 {
        margin-left: 66.66667%
    }
    .bootstrap-component .offset-xl-9 {
        margin-left: 75%
    }
    .bootstrap-component .offset-xl-10 {
        margin-left: 83.33333%
    }
    .bootstrap-component .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.bootstrap-component .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.bootstrap-component .table td,
.bootstrap-component .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.bootstrap-component .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.bootstrap-component .table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.bootstrap-component .table .table {
    background-color: #fff
}

.bootstrap-component .table-sm td,
.bootstrap-component .table-sm th {
    padding: .3rem
}

.bootstrap-component .table-bordered,
.bootstrap-component .table-bordered td,
.bootstrap-component .table-bordered th {
    border: 1px solid #dee2e6
}

.bootstrap-component .table-bordered thead td,
.bootstrap-component .table-bordered thead th {
    border-bottom-width: 2px
}

.bootstrap-component .table-borderless tbody+tbody,
.bootstrap-component .table-borderless td,
.bootstrap-component .table-borderless th,
.bootstrap-component .table-borderless thead th {
    border: 0
}

.bootstrap-component .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.bootstrap-component .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.bootstrap-component .table-primary,
.bootstrap-component .table-primary>td,
.bootstrap-component .table-primary>th {
    background-color: #b8daff
}

.bootstrap-component .table-hover .table-primary:hover,
.bootstrap-component .table-hover .table-primary:hover>td,
.bootstrap-component .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.bootstrap-component .table-secondary,
.bootstrap-component .table-secondary>td,
.bootstrap-component .table-secondary>th {
    background-color: #d6d8db
}

.bootstrap-component .table-hover .table-secondary:hover,
.bootstrap-component .table-hover .table-secondary:hover>td,
.bootstrap-component .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.bootstrap-component .table-success,
.bootstrap-component .table-success>td,
.bootstrap-component .table-success>th {
    background-color: #c3e6cb
}

.bootstrap-component .table-hover .table-success:hover,
.bootstrap-component .table-hover .table-success:hover>td,
.bootstrap-component .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.bootstrap-component .table-info,
.bootstrap-component .table-info>td,
.bootstrap-component .table-info>th {
    background-color: #bee5eb
}

.bootstrap-component .table-hover .table-info:hover,
.bootstrap-component .table-hover .table-info:hover>td,
.bootstrap-component .table-hover .table-info:hover>th {
    background-color: #abdde5
}

.bootstrap-component .table-warning,
.bootstrap-component .table-warning>td,
.bootstrap-component .table-warning>th {
    background-color: #ffeeba
}

.bootstrap-component .table-hover .table-warning:hover,
.bootstrap-component .table-hover .table-warning:hover>td,
.bootstrap-component .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.bootstrap-component .table-danger,
.bootstrap-component .table-danger>td,
.bootstrap-component .table-danger>th {
    background-color: #f5c6cb
}

.bootstrap-component .table-hover .table-danger:hover,
.bootstrap-component .table-hover .table-danger:hover>td,
.bootstrap-component .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.bootstrap-component .table-light,
.bootstrap-component .table-light>td,
.bootstrap-component .table-light>th {
    background-color: #fdfdfe
}

.bootstrap-component .table-hover .table-light:hover,
.bootstrap-component .table-hover .table-light:hover>td,
.bootstrap-component .table-hover .table-light:hover>th {
    background-color: #ececf6
}

.bootstrap-component .table-dark,
.bootstrap-component .table-dark>td,
.bootstrap-component .table-dark>th {
    background-color: #c6c8ca
}

.bootstrap-component .table-hover .table-dark:hover,
.bootstrap-component .table-hover .table-dark:hover>td,
.bootstrap-component .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.bootstrap-component .table-active,
.bootstrap-component .table-active>td,
.bootstrap-component .table-active>th,
.bootstrap-component .table-hover .table-active:hover,
.bootstrap-component .table-hover .table-active:hover>td,
.bootstrap-component .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.bootstrap-component .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.bootstrap-component .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.bootstrap-component .table-dark {
    color: #fff;
    background-color: #212529
}

.bootstrap-component .table-dark td,
.bootstrap-component .table-dark th,
.bootstrap-component .table-dark thead th {
    border-color: #32383e
}

.bootstrap-component .table-dark.table-bordered {
    border: 0
}

.bootstrap-component .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.bootstrap-component .table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .bootstrap-component .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .bootstrap-component .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .bootstrap-component .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .bootstrap-component .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .bootstrap-component .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .bootstrap-component .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .bootstrap-component .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .bootstrap-component .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.bootstrap-component .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.bootstrap-component .table-responsive>.table-bordered {
    border: 0
}

.bootstrap-component .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .form-control {
        transition: none
    }
}

.bootstrap-component .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.bootstrap-component .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.bootstrap-component .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.bootstrap-component .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.bootstrap-component .form-control:disabled,
.bootstrap-component .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.bootstrap-component select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

.bootstrap-component select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.bootstrap-component .form-control-file,
.bootstrap-component .form-control-range {
    display: block;
    width: 100%
}

.bootstrap-component .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.bootstrap-component .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.bootstrap-component .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.bootstrap-component .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.bootstrap-component .form-control-plaintext.form-control-lg,
.bootstrap-component .form-control-plaintext.form-control-sm,
.bootstrap-component .input-group-lg>.form-control-plaintext.form-control,
.bootstrap-component .input-group-lg>.input-group-append>.form-control-plaintext.btn,
.bootstrap-component .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.bootstrap-component .input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.bootstrap-component .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.bootstrap-component .input-group-sm>.form-control-plaintext.form-control,
.bootstrap-component .input-group-sm>.input-group-append>.form-control-plaintext.btn,
.bootstrap-component .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.bootstrap-component .input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.bootstrap-component .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-component .form-control-sm,
.bootstrap-component .input-group-sm>.form-control,
.bootstrap-component .input-group-sm>.input-group-append>.btn,
.bootstrap-component .input-group-sm>.input-group-append>.input-group-text,
.bootstrap-component .input-group-sm>.input-group-prepend>.btn,
.bootstrap-component .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.bootstrap-component .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.bootstrap-component .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.bootstrap-component .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.bootstrap-component .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.bootstrap-component .input-group-sm>select.form-control:not([size]):not([multiple]),
.bootstrap-component select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.bootstrap-component .form-control-lg,
.bootstrap-component .input-group-lg>.form-control,
.bootstrap-component .input-group-lg>.input-group-append>.btn,
.bootstrap-component .input-group-lg>.input-group-append>.input-group-text,
.bootstrap-component .input-group-lg>.input-group-prepend>.btn,
.bootstrap-component .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.bootstrap-component .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.bootstrap-component .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.bootstrap-component .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.bootstrap-component .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.bootstrap-component .input-group-lg>select.form-control:not([size]):not([multiple]),
.bootstrap-component select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.bootstrap-component .form-group {
    margin-bottom: 1rem
}

.bootstrap-component .form-text {
    display: block;
    margin-top: .25rem
}

.bootstrap-component .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.bootstrap-component .form-row>.col,
.bootstrap-component .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.bootstrap-component .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.bootstrap-component .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.bootstrap-component .form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.bootstrap-component .form-check-label {
    margin-bottom: 0
}

.bootstrap-component .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.bootstrap-component .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.bootstrap-component .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.bootstrap-component .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.bootstrap-component .custom-select.is-valid,
.bootstrap-component .form-control.is-valid,
.was-validated .bootstrap-component .custom-select:valid,
.was-validated .bootstrap-component .form-control:valid {
    border-color: #28a745
}

.bootstrap-component .custom-select.is-valid:focus,
.bootstrap-component .form-control.is-valid:focus,
.was-validated .bootstrap-component .custom-select:valid:focus,
.was-validated .bootstrap-component .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.bootstrap-component .custom-select.is-valid~.valid-feedback,
.bootstrap-component .custom-select.is-valid~.valid-tooltip,
.bootstrap-component .form-control-file.is-valid~.valid-feedback,
.bootstrap-component .form-control-file.is-valid~.valid-tooltip,
.bootstrap-component .form-control.is-valid~.valid-feedback,
.bootstrap-component .form-control.is-valid~.valid-tooltip,
.was-validated .bootstrap-component .custom-select:valid~.valid-feedback,
.was-validated .bootstrap-component .custom-select:valid~.valid-tooltip,
.was-validated .bootstrap-component .form-control-file:valid~.valid-feedback,
.was-validated .bootstrap-component .form-control-file:valid~.valid-tooltip,
.was-validated .bootstrap-component .form-control:valid~.valid-feedback,
.was-validated .bootstrap-component .form-control:valid~.valid-tooltip {
    display: block
}

.bootstrap-component .form-check-input.is-valid~.form-check-label,
.was-validated .bootstrap-component .form-check-input:valid~.form-check-label {
    color: #28a745
}

.bootstrap-component .form-check-input.is-valid~.valid-feedback,
.bootstrap-component .form-check-input.is-valid~.valid-tooltip,
.was-validated .bootstrap-component .form-check-input:valid~.valid-feedback,
.was-validated .bootstrap-component .form-check-input:valid~.valid-tooltip {
    display: block
}

.bootstrap-component .custom-control-input.is-valid~.custom-control-label,
.was-validated .bootstrap-component .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.bootstrap-component .custom-control-input.is-valid~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.bootstrap-component .custom-control-input.is-valid~.valid-feedback,
.bootstrap-component .custom-control-input.is-valid~.valid-tooltip,
.was-validated .bootstrap-component .custom-control-input:valid~.valid-feedback,
.was-validated .bootstrap-component .custom-control-input:valid~.valid-tooltip {
    display: block
}

.bootstrap-component .custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.bootstrap-component .custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.bootstrap-component .custom-file-input.is-valid~.custom-file-label,
.was-validated .bootstrap-component .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.bootstrap-component .custom-file-input.is-valid~.custom-file-label:before,
.was-validated .bootstrap-component .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.bootstrap-component .custom-file-input.is-valid~.valid-feedback,
.bootstrap-component .custom-file-input.is-valid~.valid-tooltip,
.was-validated .bootstrap-component .custom-file-input:valid~.valid-feedback,
.was-validated .bootstrap-component .custom-file-input:valid~.valid-tooltip {
    display: block
}

.bootstrap-component .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .bootstrap-component .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.bootstrap-component .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.bootstrap-component .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.bootstrap-component .custom-select.is-invalid,
.bootstrap-component .form-control.is-invalid,
.was-validated .bootstrap-component .custom-select:invalid,
.was-validated .bootstrap-component .form-control:invalid {
    border-color: #dc3545
}

.bootstrap-component .custom-select.is-invalid:focus,
.bootstrap-component .form-control.is-invalid:focus,
.was-validated .bootstrap-component .custom-select:invalid:focus,
.was-validated .bootstrap-component .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.bootstrap-component .custom-select.is-invalid~.invalid-feedback,
.bootstrap-component .custom-select.is-invalid~.invalid-tooltip,
.bootstrap-component .form-control-file.is-invalid~.invalid-feedback,
.bootstrap-component .form-control-file.is-invalid~.invalid-tooltip,
.bootstrap-component .form-control.is-invalid~.invalid-feedback,
.bootstrap-component .form-control.is-invalid~.invalid-tooltip,
.was-validated .bootstrap-component .custom-select:invalid~.invalid-feedback,
.was-validated .bootstrap-component .custom-select:invalid~.invalid-tooltip,
.was-validated .bootstrap-component .form-control-file:invalid~.invalid-feedback,
.was-validated .bootstrap-component .form-control-file:invalid~.invalid-tooltip,
.was-validated .bootstrap-component .form-control:invalid~.invalid-feedback,
.was-validated .bootstrap-component .form-control:invalid~.invalid-tooltip {
    display: block
}

.bootstrap-component .form-check-input.is-invalid~.form-check-label,
.was-validated .bootstrap-component .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.bootstrap-component .form-check-input.is-invalid~.invalid-feedback,
.bootstrap-component .form-check-input.is-invalid~.invalid-tooltip,
.was-validated .bootstrap-component .form-check-input:invalid~.invalid-feedback,
.was-validated .bootstrap-component .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.bootstrap-component .custom-control-input.is-invalid~.custom-control-label,
.was-validated .bootstrap-component .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.bootstrap-component .custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.bootstrap-component .custom-control-input.is-invalid~.invalid-feedback,
.bootstrap-component .custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .bootstrap-component .custom-control-input:invalid~.invalid-feedback,
.was-validated .bootstrap-component .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.bootstrap-component .custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.bootstrap-component .custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .bootstrap-component .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.bootstrap-component .custom-file-input.is-invalid~.custom-file-label,
.was-validated .bootstrap-component .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.bootstrap-component .custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .bootstrap-component .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.bootstrap-component .custom-file-input.is-invalid~.invalid-feedback,
.bootstrap-component .custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .bootstrap-component .custom-file-input:invalid~.invalid-feedback,
.was-validated .bootstrap-component .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.bootstrap-component .custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .bootstrap-component .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.bootstrap-component .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.bootstrap-component .form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .bootstrap-component .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .bootstrap-component .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .bootstrap-component .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .bootstrap-component .form-inline .form-control-plaintext {
        display: inline-block
    }
    .bootstrap-component .form-inline .custom-select,
    .bootstrap-component .form-inline .input-group {
        width: auto
    }
    .bootstrap-component .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .bootstrap-component .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .bootstrap-component .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .bootstrap-component .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.bootstrap-component .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .btn {
        transition: none
    }
}

.bootstrap-component .btn:focus,
.bootstrap-component .btn:hover {
    text-decoration: none
}

.bootstrap-component .btn.focus,
.bootstrap-component .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .btn.disabled,
.bootstrap-component .btn:disabled {
    opacity: .65
}

.bootstrap-component .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bootstrap-component .btn:not(:disabled):not(.disabled).active,
.bootstrap-component .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.bootstrap-component a.btn.disabled,
.bootstrap-component fieldset:disabled a.btn {
    pointer-events: none
}

.bootstrap-component .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.bootstrap-component .btn-primary.focus,
.bootstrap-component .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.bootstrap-component .btn-primary.disabled,
.bootstrap-component .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-primary:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.bootstrap-component .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.bootstrap-component .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.bootstrap-component .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.bootstrap-component .btn-secondary.focus,
.bootstrap-component .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.bootstrap-component .btn-secondary.disabled,
.bootstrap-component .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.bootstrap-component .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-secondary:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.bootstrap-component .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.bootstrap-component .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.bootstrap-component .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.bootstrap-component .btn-success.focus,
.bootstrap-component .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.bootstrap-component .btn-success.disabled,
.bootstrap-component .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.bootstrap-component .btn-success:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-success:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.bootstrap-component .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-success:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.bootstrap-component .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.bootstrap-component .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.bootstrap-component .btn-info.focus,
.bootstrap-component .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.bootstrap-component .btn-info.disabled,
.bootstrap-component .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.bootstrap-component .btn-info:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-info:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.bootstrap-component .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-info:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.bootstrap-component .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bootstrap-component .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.bootstrap-component .btn-warning.focus,
.bootstrap-component .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.bootstrap-component .btn-warning.disabled,
.bootstrap-component .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bootstrap-component .btn-warning:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-warning:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.bootstrap-component .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.bootstrap-component .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.bootstrap-component .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.bootstrap-component .btn-danger.focus,
.bootstrap-component .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.bootstrap-component .btn-danger.disabled,
.bootstrap-component .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.bootstrap-component .btn-danger:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-danger:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.bootstrap-component .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.bootstrap-component .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.bootstrap-component .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.bootstrap-component .btn-light.focus,
.bootstrap-component .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.bootstrap-component .btn-light.disabled,
.bootstrap-component .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.bootstrap-component .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-light:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.bootstrap-component .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-light:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.bootstrap-component .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.bootstrap-component .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.bootstrap-component .btn-dark.focus,
.bootstrap-component .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.bootstrap-component .btn-dark.disabled,
.bootstrap-component .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.bootstrap-component .btn-dark:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-dark:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.bootstrap-component .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.bootstrap-component .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.bootstrap-component .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .btn-outline-primary.focus,
.bootstrap-component .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.bootstrap-component .btn-outline-primary.disabled,
.bootstrap-component .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.bootstrap-component .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.bootstrap-component .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.bootstrap-component .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.bootstrap-component .btn-outline-secondary.focus,
.bootstrap-component .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.bootstrap-component .btn-outline-secondary.disabled,
.bootstrap-component .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.bootstrap-component .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.bootstrap-component .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.bootstrap-component .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.bootstrap-component .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.bootstrap-component .btn-outline-success.focus,
.bootstrap-component .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.bootstrap-component .btn-outline-success.disabled,
.bootstrap-component .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.bootstrap-component .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-success:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.bootstrap-component .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.bootstrap-component .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.bootstrap-component .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.bootstrap-component .btn-outline-info.focus,
.bootstrap-component .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.bootstrap-component .btn-outline-info.disabled,
.bootstrap-component .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.bootstrap-component .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-info:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.bootstrap-component .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.bootstrap-component .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.bootstrap-component .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bootstrap-component .btn-outline-warning.focus,
.bootstrap-component .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.bootstrap-component .btn-outline-warning.disabled,
.bootstrap-component .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.bootstrap-component .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bootstrap-component .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.bootstrap-component .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.bootstrap-component .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.bootstrap-component .btn-outline-danger.focus,
.bootstrap-component .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.bootstrap-component .btn-outline-danger.disabled,
.bootstrap-component .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.bootstrap-component .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.bootstrap-component .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.bootstrap-component .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.bootstrap-component .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.bootstrap-component .btn-outline-light.focus,
.bootstrap-component .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.bootstrap-component .btn-outline-light.disabled,
.bootstrap-component .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.bootstrap-component .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-light:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.bootstrap-component .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.bootstrap-component .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.bootstrap-component .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.bootstrap-component .btn-outline-dark.focus,
.bootstrap-component .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.bootstrap-component .btn-outline-dark.disabled,
.bootstrap-component .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.bootstrap-component .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrap-component .btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.bootstrap-component .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.bootstrap-component .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-component .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.bootstrap-component .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.bootstrap-component .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.bootstrap-component .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.bootstrap-component .btn-link.focus,
.bootstrap-component .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.bootstrap-component .btn-link.disabled,
.bootstrap-component .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.bootstrap-component .btn-group-lg>.btn,
.bootstrap-component .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.bootstrap-component .btn-group-sm>.btn,
.bootstrap-component .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.bootstrap-component .btn-block {
    display: block;
    width: 100%
}

.bootstrap-component .btn-block+.btn-block {
    margin-top: .5rem
}

.bootstrap-component input[type=button].btn-block,
.bootstrap-component input[type=reset].btn-block,
.bootstrap-component input[type=submit].btn-block {
    width: 100%
}

.bootstrap-component .fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .fade {
        transition: none
    }
}

.bootstrap-component .fade:not(.show) {
    opacity: 0
}

.bootstrap-component .collapse:not(.show) {
    display: none
}

.bootstrap-component .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .collapsing {
        transition: none
    }
}

.bootstrap-component .dropdown,
.bootstrap-component .dropleft,
.bootstrap-component .dropright,
.bootstrap-component .dropup {
    position: relative
}

.bootstrap-component .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.bootstrap-component .dropdown-toggle:empty:after {
    margin-left: 0
}

.bootstrap-component .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.bootstrap-component .dropdown-menu-right {
    right: 0;
    left: auto
}

.bootstrap-component .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.bootstrap-component .dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.bootstrap-component .dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.bootstrap-component .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.bootstrap-component .dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.bootstrap-component .dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.bootstrap-component .dropright .dropdown-toggle:after {
    vertical-align: 0
}

.bootstrap-component .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.bootstrap-component .dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.bootstrap-component .dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.bootstrap-component .dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.bootstrap-component .dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.bootstrap-component .dropdown-menu[x-placement^=bottom],
.bootstrap-component .dropdown-menu[x-placement^=left],
.bootstrap-component .dropdown-menu[x-placement^=right],
.bootstrap-component .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.bootstrap-component .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.bootstrap-component .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.bootstrap-component .dropdown-item:focus,
.bootstrap-component .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.bootstrap-component .dropdown-item.active,
.bootstrap-component .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.bootstrap-component .dropdown-item.disabled,
.bootstrap-component .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.bootstrap-component .dropdown-menu.show {
    display: block
}

.bootstrap-component .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.bootstrap-component .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.bootstrap-component .btn-group,
.bootstrap-component .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.bootstrap-component .btn-group-vertical>.btn,
.bootstrap-component .btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.bootstrap-component .btn-group-vertical>.btn.active,
.bootstrap-component .btn-group-vertical>.btn:active,
.bootstrap-component .btn-group-vertical>.btn:focus,
.bootstrap-component .btn-group-vertical>.btn:hover,
.bootstrap-component .btn-group>.btn.active,
.bootstrap-component .btn-group>.btn:active,
.bootstrap-component .btn-group>.btn:focus,
.bootstrap-component .btn-group>.btn:hover {
    z-index: 1
}

.bootstrap-component .btn-group-vertical .btn+.btn,
.bootstrap-component .btn-group-vertical .btn+.btn-group,
.bootstrap-component .btn-group-vertical .btn-group+.btn,
.bootstrap-component .btn-group-vertical .btn-group+.btn-group,
.bootstrap-component .btn-group .btn+.btn,
.bootstrap-component .btn-group .btn+.btn-group,
.bootstrap-component .btn-group .btn-group+.btn,
.bootstrap-component .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.bootstrap-component .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.bootstrap-component .btn-toolbar .input-group {
    width: auto
}

.bootstrap-component .btn-group>.btn:first-child {
    margin-left: 0
}

.bootstrap-component .btn-group>.btn-group:not(:last-child)>.btn,
.bootstrap-component .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-component .btn-group>.btn-group:not(:first-child)>.btn,
.bootstrap-component .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.bootstrap-component .dropdown-toggle-split:after,
.dropright .bootstrap-component .dropdown-toggle-split:after,
.dropup .bootstrap-component .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .bootstrap-component .dropdown-toggle-split:before {
    margin-right: 0
}

.bootstrap-component .btn-group-sm>.btn+.dropdown-toggle-split,
.bootstrap-component .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.bootstrap-component .btn-group-lg>.btn+.dropdown-toggle-split,
.bootstrap-component .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.bootstrap-component .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.bootstrap-component .btn-group-vertical .btn,
.bootstrap-component .btn-group-vertical .btn-group {
    width: 100%
}

.bootstrap-component .btn-group-vertical>.btn+.btn,
.bootstrap-component .btn-group-vertical>.btn+.btn-group,
.bootstrap-component .btn-group-vertical>.btn-group+.btn,
.bootstrap-component .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.bootstrap-component .btn-group-vertical>.btn-group:not(:last-child)>.btn,
.bootstrap-component .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .btn-group-vertical>.btn-group:not(:first-child)>.btn,
.bootstrap-component .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-component .btn-group-toggle>.btn,
.bootstrap-component .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.bootstrap-component .btn-group-toggle>.btn-group>.btn input[type=checkbox],
.bootstrap-component .btn-group-toggle>.btn-group>.btn input[type=radio],
.bootstrap-component .btn-group-toggle>.btn input[type=checkbox],
.bootstrap-component .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.bootstrap-component .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.bootstrap-component .input-group>.custom-file,
.bootstrap-component .input-group>.custom-select,
.bootstrap-component .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.bootstrap-component .input-group>.custom-file:focus,
.bootstrap-component .input-group>.custom-select:focus,
.bootstrap-component .input-group>.form-control:focus {
    z-index: 3
}

.bootstrap-component .input-group>.custom-file+.custom-file,
.bootstrap-component .input-group>.custom-file+.custom-select,
.bootstrap-component .input-group>.custom-file+.form-control,
.bootstrap-component .input-group>.custom-select+.custom-file,
.bootstrap-component .input-group>.custom-select+.custom-select,
.bootstrap-component .input-group>.custom-select+.form-control,
.bootstrap-component .input-group>.form-control+.custom-file,
.bootstrap-component .input-group>.form-control+.custom-select,
.bootstrap-component .input-group>.form-control+.form-control {
    margin-left: -1px
}

.bootstrap-component .input-group>.custom-select:not(:last-child),
.bootstrap-component .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-component .input-group>.custom-select:not(:first-child),
.bootstrap-component .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .input-group>.custom-file {
    display: flex;
    align-items: center
}

.bootstrap-component .input-group>.custom-file:not(:last-child) .custom-file-label,
.bootstrap-component .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-component .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .input-group-append,
.bootstrap-component .input-group-prepend {
    display: flex
}

.bootstrap-component .input-group-append .btn,
.bootstrap-component .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.bootstrap-component .input-group-append .btn+.btn,
.bootstrap-component .input-group-append .btn+.input-group-text,
.bootstrap-component .input-group-append .input-group-text+.btn,
.bootstrap-component .input-group-append .input-group-text+.input-group-text,
.bootstrap-component .input-group-prepend .btn+.btn,
.bootstrap-component .input-group-prepend .btn+.input-group-text,
.bootstrap-component .input-group-prepend .input-group-text+.btn,
.bootstrap-component .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.bootstrap-component .input-group-prepend {
    margin-right: -1px
}

.bootstrap-component .input-group-append {
    margin-left: -1px
}

.bootstrap-component .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.bootstrap-component .input-group-text input[type=checkbox],
.bootstrap-component .input-group-text input[type=radio] {
    margin-top: 0
}

.bootstrap-component .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-component .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.bootstrap-component .input-group>.input-group-append:not(:last-child)>.btn,
.bootstrap-component .input-group>.input-group-append:not(:last-child)>.input-group-text,
.bootstrap-component .input-group>.input-group-prepend>.btn,
.bootstrap-component .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-component .input-group>.input-group-append>.btn,
.bootstrap-component .input-group>.input-group-append>.input-group-text,
.bootstrap-component .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.bootstrap-component .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.bootstrap-component .input-group>.input-group-prepend:not(:first-child)>.btn,
.bootstrap-component .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.bootstrap-component .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.bootstrap-component .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.bootstrap-component .custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #007bff
}

.bootstrap-component .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff
}

.bootstrap-component .custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.bootstrap-component .custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.bootstrap-component .custom-control-label {
    position: relative;
    margin-bottom: 0
}

.bootstrap-component .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.bootstrap-component .custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.bootstrap-component .custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.bootstrap-component .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.bootstrap-component .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.bootstrap-component .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff
}

.bootstrap-component .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.bootstrap-component .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.bootstrap-component .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.bootstrap-component .custom-radio .custom-control-label:before {
    border-radius: 50%
}

.bootstrap-component .custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.bootstrap-component .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.bootstrap-component .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.bootstrap-component .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bootstrap-component .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.bootstrap-component .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.bootstrap-component .custom-select[multiple],
.bootstrap-component .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.bootstrap-component .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.bootstrap-component .custom-select::-ms-expand {
    opacity: 0
}

.bootstrap-component .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.bootstrap-component .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.bootstrap-component .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.bootstrap-component .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.bootstrap-component .custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .custom-file-input:focus~.custom-file-label:after {
    border-color: #80bdff
}

.bootstrap-component .custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.bootstrap-component .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.bootstrap-component .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.bootstrap-component .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bootstrap-component .custom-range:focus {
    outline: none
}

.bootstrap-component .custom-range::-moz-focus-outer {
    border: 0
}

.bootstrap-component .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

.bootstrap-component .custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.bootstrap-component .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.bootstrap-component .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

.bootstrap-component .custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.bootstrap-component .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.bootstrap-component .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.bootstrap-component .custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.bootstrap-component .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.bootstrap-component .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.bootstrap-component .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.bootstrap-component .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.bootstrap-component .nav-link {
    display: block;
    padding: .5rem 1rem
}

.bootstrap-component .nav-link:focus,
.bootstrap-component .nav-link:hover {
    text-decoration: none
}

.bootstrap-component .nav-link.disabled {
    color: #6c757d
}

.bootstrap-component .nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.bootstrap-component .nav-tabs .nav-item {
    margin-bottom: -1px
}

.bootstrap-component .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.bootstrap-component .nav-tabs .nav-link:focus,
.bootstrap-component .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.bootstrap-component .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.bootstrap-component .nav-tabs .nav-item.show .nav-link,
.bootstrap-component .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.bootstrap-component .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-component .nav-pills .nav-link {
    border-radius: .25rem
}

.bootstrap-component .nav-pills .nav-link.active,
.bootstrap-component .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.bootstrap-component .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.bootstrap-component .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.bootstrap-component .tab-content>.tab-pane {
    display: none
}

.bootstrap-component .tab-content>.active {
    display: block
}

.bootstrap-component .navbar {
    position: relative;
    padding: .5rem 1rem
}

.bootstrap-component .navbar,
.bootstrap-component .navbar>.container,
.bootstrap-component .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.bootstrap-component .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.bootstrap-component .navbar-brand:focus,
.bootstrap-component .navbar-brand:hover {
    text-decoration: none
}

.bootstrap-component .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.bootstrap-component .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-component .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.bootstrap-component .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.bootstrap-component .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.bootstrap-component .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.bootstrap-component .navbar-toggler:focus,
.bootstrap-component .navbar-toggler:hover {
    text-decoration: none
}

.bootstrap-component .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bootstrap-component .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .bootstrap-component .navbar-expand-sm>.container,
    .bootstrap-component .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .bootstrap-component .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-component .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .bootstrap-component .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-component .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .bootstrap-component .navbar-expand-sm>.container,
    .bootstrap-component .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .bootstrap-component .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-component .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .bootstrap-component .navbar-expand-md>.container,
    .bootstrap-component .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .bootstrap-component .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-component .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .bootstrap-component .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-component .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .bootstrap-component .navbar-expand-md>.container,
    .bootstrap-component .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .bootstrap-component .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-component .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .bootstrap-component .navbar-expand-lg>.container,
    .bootstrap-component .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .bootstrap-component .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-component .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .bootstrap-component .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-component .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .bootstrap-component .navbar-expand-lg>.container,
    .bootstrap-component .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .bootstrap-component .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-component .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .bootstrap-component .navbar-expand-xl>.container,
    .bootstrap-component .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .bootstrap-component .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-component .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .bootstrap-component .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-component .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .bootstrap-component .navbar-expand-xl>.container,
    .bootstrap-component .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .bootstrap-component .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-component .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.bootstrap-component .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.bootstrap-component .navbar-expand>.container,
.bootstrap-component .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-component .navbar-expand .navbar-nav {
    flex-direction: row
}

.bootstrap-component .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.bootstrap-component .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.bootstrap-component .navbar-expand>.container,
.bootstrap-component .navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.bootstrap-component .navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.bootstrap-component .navbar-expand .navbar-toggler {
    display: none
}

.bootstrap-component .navbar-light .navbar-brand,
.bootstrap-component .navbar-light .navbar-brand:focus,
.bootstrap-component .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.bootstrap-component .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.bootstrap-component .navbar-light .navbar-nav .nav-link:focus,
.bootstrap-component .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.bootstrap-component .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.bootstrap-component .navbar-light .navbar-nav .active>.nav-link,
.bootstrap-component .navbar-light .navbar-nav .nav-link.active,
.bootstrap-component .navbar-light .navbar-nav .nav-link.show,
.bootstrap-component .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.bootstrap-component .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.bootstrap-component .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.bootstrap-component .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.bootstrap-component .navbar-light .navbar-text a,
.bootstrap-component .navbar-light .navbar-text a:focus,
.bootstrap-component .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.bootstrap-component .navbar-dark .navbar-brand,
.bootstrap-component .navbar-dark .navbar-brand:focus,
.bootstrap-component .navbar-dark .navbar-brand:hover {
    color: #fff
}

.bootstrap-component .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-component .navbar-dark .navbar-nav .nav-link:focus,
.bootstrap-component .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.bootstrap-component .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.bootstrap-component .navbar-dark .navbar-nav .active>.nav-link,
.bootstrap-component .navbar-dark .navbar-nav .nav-link.active,
.bootstrap-component .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-component .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.bootstrap-component .navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.bootstrap-component .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.bootstrap-component .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-component .navbar-dark .navbar-text a,
.bootstrap-component .navbar-dark .navbar-text a:focus,
.bootstrap-component .navbar-dark .navbar-text a:hover {
    color: #fff
}

.bootstrap-component .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.bootstrap-component .card>hr {
    margin-right: 0;
    margin-left: 0
}

.bootstrap-component .card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.bootstrap-component .card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.bootstrap-component .card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.bootstrap-component .card-title {
    margin-bottom: .75rem
}

.bootstrap-component .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.bootstrap-component .card-text:last-child {
    margin-bottom: 0
}

.bootstrap-component .card-link:hover {
    text-decoration: none
}

.bootstrap-component .card-link+.card-link {
    margin-left: 1.25rem
}

.bootstrap-component .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.bootstrap-component .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.bootstrap-component .card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.bootstrap-component .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.bootstrap-component .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.bootstrap-component .card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.bootstrap-component .card-header-pills,
.bootstrap-component .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.bootstrap-component .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.bootstrap-component .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.bootstrap-component .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.bootstrap-component .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.bootstrap-component .card-deck {
    display: flex;
    flex-direction: column
}

.bootstrap-component .card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .bootstrap-component .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .bootstrap-component .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.bootstrap-component .card-group {
    display: flex;
    flex-direction: column
}

.bootstrap-component .card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .bootstrap-component .card-group {
        flex-flow: row wrap
    }
    .bootstrap-component .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .bootstrap-component .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .bootstrap-component .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .bootstrap-component .card-group>.card:first-child .card-header,
    .bootstrap-component .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .bootstrap-component .card-group>.card:first-child .card-footer,
    .bootstrap-component .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .bootstrap-component .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .bootstrap-component .card-group>.card:last-child .card-header,
    .bootstrap-component .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .bootstrap-component .card-group>.card:last-child .card-footer,
    .bootstrap-component .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .bootstrap-component .card-group>.card:only-child {
        border-radius: .25rem
    }
    .bootstrap-component .card-group>.card:only-child .card-header,
    .bootstrap-component .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .bootstrap-component .card-group>.card:only-child .card-footer,
    .bootstrap-component .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .bootstrap-component .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .bootstrap-component .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .bootstrap-component .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .bootstrap-component .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .bootstrap-component .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.bootstrap-component .card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .bootstrap-component .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .bootstrap-component .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.bootstrap-component .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.bootstrap-component .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.bootstrap-component .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-component .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-component .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.bootstrap-component .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.bootstrap-component .breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.bootstrap-component .breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.bootstrap-component .breadcrumb-item.active {
    color: #6c757d
}

.bootstrap-component .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.bootstrap-component .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.bootstrap-component .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.bootstrap-component .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bootstrap-component .page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bootstrap-component .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.bootstrap-component .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.bootstrap-component .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.bootstrap-component .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.bootstrap-component .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.bootstrap-component .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.bootstrap-component .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.bootstrap-component .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.bootstrap-component .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.bootstrap-component .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.bootstrap-component .badge:empty {
    display: none
}

.bootstrap-component .btn .badge {
    position: relative;
    top: -1px
}

.bootstrap-component .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.bootstrap-component .badge-primary {
    color: #fff;
    background-color: #007bff
}

.bootstrap-component .badge-primary[href]:focus,
.bootstrap-component .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.bootstrap-component .badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.bootstrap-component .badge-secondary[href]:focus,
.bootstrap-component .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.bootstrap-component .badge-success {
    color: #fff;
    background-color: #28a745
}

.bootstrap-component .badge-success[href]:focus,
.bootstrap-component .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.bootstrap-component .badge-info {
    color: #fff;
    background-color: #17a2b8
}

.bootstrap-component .badge-info[href]:focus,
.bootstrap-component .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.bootstrap-component .badge-warning {
    color: #212529;
    background-color: #ffc107
}

.bootstrap-component .badge-warning[href]:focus,
.bootstrap-component .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.bootstrap-component .badge-danger {
    color: #fff;
    background-color: #dc3545
}

.bootstrap-component .badge-danger[href]:focus,
.bootstrap-component .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.bootstrap-component .badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.bootstrap-component .badge-light[href]:focus,
.bootstrap-component .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.bootstrap-component .badge-dark {
    color: #fff;
    background-color: #343a40
}

.bootstrap-component .badge-dark[href]:focus,
.bootstrap-component .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.bootstrap-component .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .bootstrap-component .jumbotron {
        padding: 4rem 2rem
    }
}

.bootstrap-component .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.bootstrap-component .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.bootstrap-component .alert-heading {
    color: inherit
}

.bootstrap-component .alert-link {
    font-weight: 700
}

.bootstrap-component .alert-dismissible {
    padding-right: 4rem
}

.bootstrap-component .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.bootstrap-component .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.bootstrap-component .alert-primary hr {
    border-top-color: #9fcdff
}

.bootstrap-component .alert-primary .alert-link {
    color: #002752
}

.bootstrap-component .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.bootstrap-component .alert-secondary hr {
    border-top-color: #c8cbcf
}

.bootstrap-component .alert-secondary .alert-link {
    color: #202326
}

.bootstrap-component .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.bootstrap-component .alert-success hr {
    border-top-color: #b1dfbb
}

.bootstrap-component .alert-success .alert-link {
    color: #0b2e13
}

.bootstrap-component .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.bootstrap-component .alert-info hr {
    border-top-color: #abdde5
}

.bootstrap-component .alert-info .alert-link {
    color: #062c33
}

.bootstrap-component .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.bootstrap-component .alert-warning hr {
    border-top-color: #ffe8a1
}

.bootstrap-component .alert-warning .alert-link {
    color: #533f03
}

.bootstrap-component .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.bootstrap-component .alert-danger hr {
    border-top-color: #f1b0b7
}

.bootstrap-component .alert-danger .alert-link {
    color: #491217
}

.bootstrap-component .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.bootstrap-component .alert-light hr {
    border-top-color: #ececf6
}

.bootstrap-component .alert-light .alert-link {
    color: #686868
}

.bootstrap-component .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.bootstrap-component .alert-dark hr {
    border-top-color: #b9bbbe
}

.bootstrap-component .alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.bootstrap-component .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.bootstrap-component .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .progress-bar {
        transition: none
    }
}

.bootstrap-component .progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.bootstrap-component .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.bootstrap-component .media {
    display: flex;
    align-items: flex-start
}

.bootstrap-component .media-body {
    flex: 1
}

.bootstrap-component .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.bootstrap-component .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.bootstrap-component .list-group-item-action:focus,
.bootstrap-component .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.bootstrap-component .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.bootstrap-component .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.bootstrap-component .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.bootstrap-component .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.bootstrap-component .list-group-item:focus,
.bootstrap-component .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.bootstrap-component .list-group-item.disabled,
.bootstrap-component .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.bootstrap-component .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.bootstrap-component .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.bootstrap-component .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.bootstrap-component .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.bootstrap-component .list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.bootstrap-component .list-group-item-primary.list-group-item-action:focus,
.bootstrap-component .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.bootstrap-component .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.bootstrap-component .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.bootstrap-component .list-group-item-secondary.list-group-item-action:focus,
.bootstrap-component .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.bootstrap-component .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.bootstrap-component .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.bootstrap-component .list-group-item-success.list-group-item-action:focus,
.bootstrap-component .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.bootstrap-component .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.bootstrap-component .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.bootstrap-component .list-group-item-info.list-group-item-action:focus,
.bootstrap-component .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.bootstrap-component .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.bootstrap-component .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.bootstrap-component .list-group-item-warning.list-group-item-action:focus,
.bootstrap-component .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.bootstrap-component .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.bootstrap-component .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.bootstrap-component .list-group-item-danger.list-group-item-action:focus,
.bootstrap-component .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.bootstrap-component .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.bootstrap-component .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.bootstrap-component .list-group-item-light.list-group-item-action:focus,
.bootstrap-component .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.bootstrap-component .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.bootstrap-component .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.bootstrap-component .list-group-item-dark.list-group-item-action:focus,
.bootstrap-component .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.bootstrap-component .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.bootstrap-component .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.bootstrap-component .close:focus,
.bootstrap-component .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.bootstrap-component .close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bootstrap-component button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.bootstrap-component .modal-open {
    overflow: hidden
}

.bootstrap-component .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .bootstrap-component .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.bootstrap-component .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .bootstrap-component .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .bootstrap-component .modal-dialog {
        transition: none
    }
}

.modal.show .bootstrap-component .modal-dialog {
    transform: translate(0)
}

.bootstrap-component .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.bootstrap-component .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.bootstrap-component .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.bootstrap-component .modal-backdrop.fade {
    opacity: 0
}

.bootstrap-component .modal-backdrop.show {
    opacity: .5
}

.bootstrap-component .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.bootstrap-component .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.bootstrap-component .modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.bootstrap-component .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.bootstrap-component .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.bootstrap-component .modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.bootstrap-component .modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.bootstrap-component .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .bootstrap-component .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .bootstrap-component .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .bootstrap-component .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .bootstrap-component .modal-lg {
        max-width: 800px
    }
}

.bootstrap-component .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.bootstrap-component .tooltip.show {
    opacity: .9
}

.bootstrap-component .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.bootstrap-component .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bootstrap-component .bs-tooltip-auto[x-placement^=top],
.bootstrap-component .bs-tooltip-top {
    padding: .4rem 0
}

.bootstrap-component .bs-tooltip-auto[x-placement^=top] .arrow,
.bootstrap-component .bs-tooltip-top .arrow {
    bottom: 0
}

.bootstrap-component .bs-tooltip-auto[x-placement^=top] .arrow:before,
.bootstrap-component .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bootstrap-component .bs-tooltip-auto[x-placement^=right],
.bootstrap-component .bs-tooltip-right {
    padding: 0 .4rem
}

.bootstrap-component .bs-tooltip-auto[x-placement^=right] .arrow,
.bootstrap-component .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bootstrap-component .bs-tooltip-auto[x-placement^=right] .arrow:before,
.bootstrap-component .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bootstrap-component .bs-tooltip-auto[x-placement^=bottom],
.bootstrap-component .bs-tooltip-bottom {
    padding: .4rem 0
}

.bootstrap-component .bs-tooltip-auto[x-placement^=bottom] .arrow,
.bootstrap-component .bs-tooltip-bottom .arrow {
    top: 0
}

.bootstrap-component .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bootstrap-component .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bootstrap-component .bs-tooltip-auto[x-placement^=left],
.bootstrap-component .bs-tooltip-left {
    padding: 0 .4rem
}

.bootstrap-component .bs-tooltip-auto[x-placement^=left] .arrow,
.bootstrap-component .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bootstrap-component .bs-tooltip-auto[x-placement^=left] .arrow:before,
.bootstrap-component .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.bootstrap-component .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.bootstrap-component .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.bootstrap-component .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.bootstrap-component .popover .arrow:after,
.bootstrap-component .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bootstrap-component .bs-popover-auto[x-placement^=top],
.bootstrap-component .bs-popover-top {
    margin-bottom: .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=top] .arrow,
.bootstrap-component .bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.bootstrap-component .bs-popover-auto[x-placement^=top] .arrow:after,
.bootstrap-component .bs-popover-auto[x-placement^=top] .arrow:before,
.bootstrap-component .bs-popover-top .arrow:after,
.bootstrap-component .bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bootstrap-component .bs-popover-auto[x-placement^=top] .arrow:before,
.bootstrap-component .bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bootstrap-component .bs-popover-auto[x-placement^=top] .arrow:after,
.bootstrap-component .bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bootstrap-component .bs-popover-auto[x-placement^=right],
.bootstrap-component .bs-popover-right {
    margin-left: .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=right] .arrow,
.bootstrap-component .bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bootstrap-component .bs-popover-auto[x-placement^=right] .arrow:after,
.bootstrap-component .bs-popover-auto[x-placement^=right] .arrow:before,
.bootstrap-component .bs-popover-right .arrow:after,
.bootstrap-component .bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bootstrap-component .bs-popover-auto[x-placement^=right] .arrow:before,
.bootstrap-component .bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bootstrap-component .bs-popover-auto[x-placement^=right] .arrow:after,
.bootstrap-component .bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom],
.bootstrap-component .bs-popover-bottom {
    margin-top: .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom] .arrow,
.bootstrap-component .bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom] .arrow:after,
.bootstrap-component .bs-popover-auto[x-placement^=bottom] .arrow:before,
.bootstrap-component .bs-popover-bottom .arrow:after,
.bootstrap-component .bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom] .arrow:before,
.bootstrap-component .bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom] .arrow:after,
.bootstrap-component .bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bootstrap-component .bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bootstrap-component .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bootstrap-component .bs-popover-auto[x-placement^=left],
.bootstrap-component .bs-popover-left {
    margin-right: .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=left] .arrow,
.bootstrap-component .bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bootstrap-component .bs-popover-auto[x-placement^=left] .arrow:after,
.bootstrap-component .bs-popover-auto[x-placement^=left] .arrow:before,
.bootstrap-component .bs-popover-left .arrow:after,
.bootstrap-component .bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bootstrap-component .bs-popover-auto[x-placement^=left] .arrow:before,
.bootstrap-component .bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bootstrap-component .bs-popover-auto[x-placement^=left] .arrow:after,
.bootstrap-component .bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.bootstrap-component .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.bootstrap-component .popover-header:empty {
    display: none
}

.bootstrap-component .popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.bootstrap-component .carousel {
    position: relative
}

.bootstrap-component .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.bootstrap-component .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-component .carousel-item {
        transition: none
    }
}

.bootstrap-component .carousel-item-next,
.bootstrap-component .carousel-item-prev,
.bootstrap-component .carousel-item.active {
    display: block
}

.bootstrap-component .carousel-item-next,
.bootstrap-component .carousel-item-prev {
    position: absolute;
    top: 0
}

.bootstrap-component .carousel-item-next.carousel-item-left,
.bootstrap-component .carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .bootstrap-component .carousel-item-next.carousel-item-left,
    .bootstrap-component .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.bootstrap-component .active.carousel-item-right,
.bootstrap-component .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .bootstrap-component .active.carousel-item-right,
    .bootstrap-component .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.bootstrap-component .active.carousel-item-left,
.bootstrap-component .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .bootstrap-component .active.carousel-item-left,
    .bootstrap-component .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.bootstrap-component .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.bootstrap-component .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-component .carousel-fade .carousel-item-prev.carousel-item-right,
.bootstrap-component .carousel-fade .carousel-item.active {
    opacity: 1
}

.bootstrap-component .carousel-fade .active.carousel-item-left,
.bootstrap-component .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.bootstrap-component .carousel-fade .active.carousel-item-left,
.bootstrap-component .carousel-fade .active.carousel-item-prev,
.bootstrap-component .carousel-fade .carousel-item-next,
.bootstrap-component .carousel-fade .carousel-item-prev,
.bootstrap-component .carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .bootstrap-component .carousel-fade .active.carousel-item-left,
    .bootstrap-component .carousel-fade .active.carousel-item-prev,
    .bootstrap-component .carousel-fade .carousel-item-next,
    .bootstrap-component .carousel-fade .carousel-item-prev,
    .bootstrap-component .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.bootstrap-component .carousel-control-next,
.bootstrap-component .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.bootstrap-component .carousel-control-next:focus,
.bootstrap-component .carousel-control-next:hover,
.bootstrap-component .carousel-control-prev:focus,
.bootstrap-component .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.bootstrap-component .carousel-control-prev {
    left: 0
}

.bootstrap-component .carousel-control-next {
    right: 0
}

.bootstrap-component .carousel-control-next-icon,
.bootstrap-component .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.bootstrap-component .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.bootstrap-component .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.bootstrap-component .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.bootstrap-component .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.bootstrap-component .carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.bootstrap-component .carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.bootstrap-component .carousel-indicators .active {
    background-color: #fff
}

.bootstrap-component .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.bootstrap-component .align-baseline {
    vertical-align: baseline!important
}

.bootstrap-component .align-top {
    vertical-align: top!important
}

.bootstrap-component .align-middle {
    vertical-align: middle!important
}

.bootstrap-component .align-bottom {
    vertical-align: bottom!important
}

.bootstrap-component .align-text-bottom {
    vertical-align: text-bottom!important
}

.bootstrap-component .align-text-top {
    vertical-align: text-top!important
}

.bootstrap-component .bg-primary {
    background-color: #007bff!important
}

.bootstrap-component a.bg-primary:focus,
.bootstrap-component a.bg-primary:hover,
.bootstrap-component button.bg-primary:focus,
.bootstrap-component button.bg-primary:hover {
    background-color: #0062cc!important
}

.bootstrap-component .bg-secondary {
    background-color: #6c757d!important
}

.bootstrap-component a.bg-secondary:focus,
.bootstrap-component a.bg-secondary:hover,
.bootstrap-component button.bg-secondary:focus,
.bootstrap-component button.bg-secondary:hover {
    background-color: #545b62!important
}

.bootstrap-component .bg-success {
    background-color: #28a745!important
}

.bootstrap-component a.bg-success:focus,
.bootstrap-component a.bg-success:hover,
.bootstrap-component button.bg-success:focus,
.bootstrap-component button.bg-success:hover {
    background-color: #1e7e34!important
}

.bootstrap-component .bg-info {
    background-color: #17a2b8!important
}

.bootstrap-component a.bg-info:focus,
.bootstrap-component a.bg-info:hover,
.bootstrap-component button.bg-info:focus,
.bootstrap-component button.bg-info:hover {
    background-color: #117a8b!important
}

.bootstrap-component .bg-warning {
    background-color: #ffc107!important
}

.bootstrap-component a.bg-warning:focus,
.bootstrap-component a.bg-warning:hover,
.bootstrap-component button.bg-warning:focus,
.bootstrap-component button.bg-warning:hover {
    background-color: #d39e00!important
}

.bootstrap-component .bg-danger {
    background-color: #dc3545!important
}

.bootstrap-component a.bg-danger:focus,
.bootstrap-component a.bg-danger:hover,
.bootstrap-component button.bg-danger:focus,
.bootstrap-component button.bg-danger:hover {
    background-color: #bd2130!important
}

.bootstrap-component .bg-light {
    background-color: #f8f9fa!important
}

.bootstrap-component a.bg-light:focus,
.bootstrap-component a.bg-light:hover,
.bootstrap-component button.bg-light:focus,
.bootstrap-component button.bg-light:hover {
    background-color: #dae0e5!important
}

.bootstrap-component .bg-dark {
    background-color: #343a40!important
}

.bootstrap-component a.bg-dark:focus,
.bootstrap-component a.bg-dark:hover,
.bootstrap-component button.bg-dark:focus,
.bootstrap-component button.bg-dark:hover {
    background-color: #1d2124!important
}

.bootstrap-component .bg-white {
    background-color: #fff!important
}

.bootstrap-component .bg-transparent {
    background-color: transparent!important
}

.bootstrap-component .border {
    border: 1px solid #dee2e6!important
}

.bootstrap-component .border-top {
    border-top: 1px solid #dee2e6!important
}

.bootstrap-component .border-right {
    border-right: 1px solid #dee2e6!important
}

.bootstrap-component .border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.bootstrap-component .border-left {
    border-left: 1px solid #dee2e6!important
}

.bootstrap-component .border-0 {
    border: 0!important
}

.bootstrap-component .border-top-0 {
    border-top: 0!important
}

.bootstrap-component .border-right-0 {
    border-right: 0!important
}

.bootstrap-component .border-bottom-0 {
    border-bottom: 0!important
}

.bootstrap-component .border-left-0 {
    border-left: 0!important
}

.bootstrap-component .border-primary {
    border-color: #007bff!important
}

.bootstrap-component .border-secondary {
    border-color: #6c757d!important
}

.bootstrap-component .border-success {
    border-color: #28a745!important
}

.bootstrap-component .border-info {
    border-color: #17a2b8!important
}

.bootstrap-component .border-warning {
    border-color: #ffc107!important
}

.bootstrap-component .border-danger {
    border-color: #dc3545!important
}

.bootstrap-component .border-light {
    border-color: #f8f9fa!important
}

.bootstrap-component .border-dark {
    border-color: #343a40!important
}

.bootstrap-component .border-white {
    border-color: #fff!important
}

.bootstrap-component .rounded {
    border-radius: .25rem!important
}

.bootstrap-component .rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.bootstrap-component .rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.bootstrap-component .rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.bootstrap-component .rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.bootstrap-component .rounded-circle {
    border-radius: 50%!important
}

.bootstrap-component .rounded-0 {
    border-radius: 0!important
}

.bootstrap-component .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.bootstrap-component .d-none {
    display: none!important
}

.bootstrap-component .d-inline {
    display: inline!important
}

.bootstrap-component .d-inline-block {
    display: inline-block!important
}

.bootstrap-component .d-block {
    display: block!important
}

.bootstrap-component .d-table {
    display: table!important
}

.bootstrap-component .d-table-row {
    display: table-row!important
}

.bootstrap-component .d-table-cell {
    display: table-cell!important
}

.bootstrap-component .d-flex {
    display: flex!important
}

.bootstrap-component .d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .bootstrap-component .d-sm-none {
        display: none!important
    }
    .bootstrap-component .d-sm-inline {
        display: inline!important
    }
    .bootstrap-component .d-sm-inline-block {
        display: inline-block!important
    }
    .bootstrap-component .d-sm-block {
        display: block!important
    }
    .bootstrap-component .d-sm-table {
        display: table!important
    }
    .bootstrap-component .d-sm-table-row {
        display: table-row!important
    }
    .bootstrap-component .d-sm-table-cell {
        display: table-cell!important
    }
    .bootstrap-component .d-sm-flex {
        display: flex!important
    }
    .bootstrap-component .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .bootstrap-component .d-md-none {
        display: none!important
    }
    .bootstrap-component .d-md-inline {
        display: inline!important
    }
    .bootstrap-component .d-md-inline-block {
        display: inline-block!important
    }
    .bootstrap-component .d-md-block {
        display: block!important
    }
    .bootstrap-component .d-md-table {
        display: table!important
    }
    .bootstrap-component .d-md-table-row {
        display: table-row!important
    }
    .bootstrap-component .d-md-table-cell {
        display: table-cell!important
    }
    .bootstrap-component .d-md-flex {
        display: flex!important
    }
    .bootstrap-component .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .bootstrap-component .d-lg-none {
        display: none!important
    }
    .bootstrap-component .d-lg-inline {
        display: inline!important
    }
    .bootstrap-component .d-lg-inline-block {
        display: inline-block!important
    }
    .bootstrap-component .d-lg-block {
        display: block!important
    }
    .bootstrap-component .d-lg-table {
        display: table!important
    }
    .bootstrap-component .d-lg-table-row {
        display: table-row!important
    }
    .bootstrap-component .d-lg-table-cell {
        display: table-cell!important
    }
    .bootstrap-component .d-lg-flex {
        display: flex!important
    }
    .bootstrap-component .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .bootstrap-component .d-xl-none {
        display: none!important
    }
    .bootstrap-component .d-xl-inline {
        display: inline!important
    }
    .bootstrap-component .d-xl-inline-block {
        display: inline-block!important
    }
    .bootstrap-component .d-xl-block {
        display: block!important
    }
    .bootstrap-component .d-xl-table {
        display: table!important
    }
    .bootstrap-component .d-xl-table-row {
        display: table-row!important
    }
    .bootstrap-component .d-xl-table-cell {
        display: table-cell!important
    }
    .bootstrap-component .d-xl-flex {
        display: flex!important
    }
    .bootstrap-component .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .bootstrap-component .d-print-none {
        display: none!important
    }
    .bootstrap-component .d-print-inline {
        display: inline!important
    }
    .bootstrap-component .d-print-inline-block {
        display: inline-block!important
    }
    .bootstrap-component .d-print-block {
        display: block!important
    }
    .bootstrap-component .d-print-table {
        display: table!important
    }
    .bootstrap-component .d-print-table-row {
        display: table-row!important
    }
    .bootstrap-component .d-print-table-cell {
        display: table-cell!important
    }
    .bootstrap-component .d-print-flex {
        display: flex!important
    }
    .bootstrap-component .d-print-inline-flex {
        display: inline-flex!important
    }
}

.bootstrap-component .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.bootstrap-component .embed-responsive:before {
    display: block;
    content: ""
}

.bootstrap-component .embed-responsive .embed-responsive-item,
.bootstrap-component .embed-responsive embed,
.bootstrap-component .embed-responsive iframe,
.bootstrap-component .embed-responsive object,
.bootstrap-component .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.bootstrap-component .embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.bootstrap-component .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.bootstrap-component .embed-responsive-4by3:before {
    padding-top: 75%
}

.bootstrap-component .embed-responsive-1by1:before {
    padding-top: 100%
}

.bootstrap-component .flex-row {
    flex-direction: row!important
}

.bootstrap-component .flex-column {
    flex-direction: column!important
}

.bootstrap-component .flex-row-reverse {
    flex-direction: row-reverse!important
}

.bootstrap-component .flex-column-reverse {
    flex-direction: column-reverse!important
}

.bootstrap-component .flex-wrap {
    flex-wrap: wrap!important
}

.bootstrap-component .flex-nowrap {
    flex-wrap: nowrap!important
}

.bootstrap-component .flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.bootstrap-component .flex-fill {
    flex: 1 1 auto!important
}

.bootstrap-component .flex-grow-0 {
    flex-grow: 0!important
}

.bootstrap-component .flex-grow-1 {
    flex-grow: 1!important
}

.bootstrap-component .flex-shrink-0 {
    flex-shrink: 0!important
}

.bootstrap-component .flex-shrink-1 {
    flex-shrink: 1!important
}

.bootstrap-component .justify-content-start {
    justify-content: flex-start!important
}

.bootstrap-component .justify-content-end {
    justify-content: flex-end!important
}

.bootstrap-component .justify-content-center {
    justify-content: center!important
}

.bootstrap-component .justify-content-between {
    justify-content: space-between!important
}

.bootstrap-component .justify-content-around {
    justify-content: space-around!important
}

.bootstrap-component .align-items-start {
    align-items: flex-start!important
}

.bootstrap-component .align-items-end {
    align-items: flex-end!important
}

.bootstrap-component .align-items-center {
    align-items: center!important
}

.bootstrap-component .align-items-baseline {
    align-items: baseline!important
}

.bootstrap-component .align-items-stretch {
    align-items: stretch!important
}

.bootstrap-component .align-content-start {
    align-content: flex-start!important
}

.bootstrap-component .align-content-end {
    align-content: flex-end!important
}

.bootstrap-component .align-content-center {
    align-content: center!important
}

.bootstrap-component .align-content-between {
    align-content: space-between!important
}

.bootstrap-component .align-content-around {
    align-content: space-around!important
}

.bootstrap-component .align-content-stretch {
    align-content: stretch!important
}

.bootstrap-component .align-self-auto {
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.bootstrap-component .align-self-start {
    align-self: flex-start!important
}

.bootstrap-component .align-self-end {
    align-self: flex-end!important
}

.bootstrap-component .align-self-center {
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.bootstrap-component .align-self-baseline {
    align-self: baseline!important
}

.bootstrap-component .align-self-stretch {
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .bootstrap-component .flex-sm-row {
        flex-direction: row!important
    }
    .bootstrap-component .flex-sm-column {
        flex-direction: column!important
    }
    .bootstrap-component .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-component .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-component .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-component .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-component .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-component .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-component .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-component .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-component .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-component .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-component .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .bootstrap-component .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .bootstrap-component .justify-content-sm-center {
        justify-content: center!important
    }
    .bootstrap-component .justify-content-sm-between {
        justify-content: space-between!important
    }
    .bootstrap-component .justify-content-sm-around {
        justify-content: space-around!important
    }
    .bootstrap-component .align-items-sm-start {
        align-items: flex-start!important
    }
    .bootstrap-component .align-items-sm-end {
        align-items: flex-end!important
    }
    .bootstrap-component .align-items-sm-center {
        align-items: center!important
    }
    .bootstrap-component .align-items-sm-baseline {
        align-items: baseline!important
    }
    .bootstrap-component .align-items-sm-stretch {
        align-items: stretch!important
    }
    .bootstrap-component .align-content-sm-start {
        align-content: flex-start!important
    }
    .bootstrap-component .align-content-sm-end {
        align-content: flex-end!important
    }
    .bootstrap-component .align-content-sm-center {
        align-content: center!important
    }
    .bootstrap-component .align-content-sm-between {
        align-content: space-between!important
    }
    .bootstrap-component .align-content-sm-around {
        align-content: space-around!important
    }
    .bootstrap-component .align-content-sm-stretch {
        align-content: stretch!important
    }
    .bootstrap-component .align-self-sm-auto {
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .bootstrap-component .align-self-sm-start {
        align-self: flex-start!important
    }
    .bootstrap-component .align-self-sm-end {
        align-self: flex-end!important
    }
    .bootstrap-component .align-self-sm-center {
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .bootstrap-component .align-self-sm-baseline {
        align-self: baseline!important
    }
    .bootstrap-component .align-self-sm-stretch {
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .bootstrap-component .flex-md-row {
        flex-direction: row!important
    }
    .bootstrap-component .flex-md-column {
        flex-direction: column!important
    }
    .bootstrap-component .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-component .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-component .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-component .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-component .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-component .flex-md-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-component .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-component .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-component .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-component .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-component .justify-content-md-start {
        justify-content: flex-start!important
    }
    .bootstrap-component .justify-content-md-end {
        justify-content: flex-end!important
    }
    .bootstrap-component .justify-content-md-center {
        justify-content: center!important
    }
    .bootstrap-component .justify-content-md-between {
        justify-content: space-between!important
    }
    .bootstrap-component .justify-content-md-around {
        justify-content: space-around!important
    }
    .bootstrap-component .align-items-md-start {
        align-items: flex-start!important
    }
    .bootstrap-component .align-items-md-end {
        align-items: flex-end!important
    }
    .bootstrap-component .align-items-md-center {
        align-items: center!important
    }
    .bootstrap-component .align-items-md-baseline {
        align-items: baseline!important
    }
    .bootstrap-component .align-items-md-stretch {
        align-items: stretch!important
    }
    .bootstrap-component .align-content-md-start {
        align-content: flex-start!important
    }
    .bootstrap-component .align-content-md-end {
        align-content: flex-end!important
    }
    .bootstrap-component .align-content-md-center {
        align-content: center!important
    }
    .bootstrap-component .align-content-md-between {
        align-content: space-between!important
    }
    .bootstrap-component .align-content-md-around {
        align-content: space-around!important
    }
    .bootstrap-component .align-content-md-stretch {
        align-content: stretch!important
    }
    .bootstrap-component .align-self-md-auto {
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .bootstrap-component .align-self-md-start {
        align-self: flex-start!important
    }
    .bootstrap-component .align-self-md-end {
        align-self: flex-end!important
    }
    .bootstrap-component .align-self-md-center {
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .bootstrap-component .align-self-md-baseline {
        align-self: baseline!important
    }
    .bootstrap-component .align-self-md-stretch {
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .bootstrap-component .flex-lg-row {
        flex-direction: row!important
    }
    .bootstrap-component .flex-lg-column {
        flex-direction: column!important
    }
    .bootstrap-component .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-component .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-component .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-component .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-component .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-component .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-component .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-component .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-component .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-component .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-component .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .bootstrap-component .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .bootstrap-component .justify-content-lg-center {
        justify-content: center!important
    }
    .bootstrap-component .justify-content-lg-between {
        justify-content: space-between!important
    }
    .bootstrap-component .justify-content-lg-around {
        justify-content: space-around!important
    }
    .bootstrap-component .align-items-lg-start {
        align-items: flex-start!important
    }
    .bootstrap-component .align-items-lg-end {
        align-items: flex-end!important
    }
    .bootstrap-component .align-items-lg-center {
        align-items: center!important
    }
    .bootstrap-component .align-items-lg-baseline {
        align-items: baseline!important
    }
    .bootstrap-component .align-items-lg-stretch {
        align-items: stretch!important
    }
    .bootstrap-component .align-content-lg-start {
        align-content: flex-start!important
    }
    .bootstrap-component .align-content-lg-end {
        align-content: flex-end!important
    }
    .bootstrap-component .align-content-lg-center {
        align-content: center!important
    }
    .bootstrap-component .align-content-lg-between {
        align-content: space-between!important
    }
    .bootstrap-component .align-content-lg-around {
        align-content: space-around!important
    }
    .bootstrap-component .align-content-lg-stretch {
        align-content: stretch!important
    }
    .bootstrap-component .align-self-lg-auto {
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .bootstrap-component .align-self-lg-start {
        align-self: flex-start!important
    }
    .bootstrap-component .align-self-lg-end {
        align-self: flex-end!important
    }
    .bootstrap-component .align-self-lg-center {
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .bootstrap-component .align-self-lg-baseline {
        align-self: baseline!important
    }
    .bootstrap-component .align-self-lg-stretch {
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .bootstrap-component .flex-xl-row {
        flex-direction: row!important
    }
    .bootstrap-component .flex-xl-column {
        flex-direction: column!important
    }
    .bootstrap-component .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-component .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-component .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-component .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-component .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-component .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-component .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-component .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-component .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-component .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-component .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .bootstrap-component .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .bootstrap-component .justify-content-xl-center {
        justify-content: center!important
    }
    .bootstrap-component .justify-content-xl-between {
        justify-content: space-between!important
    }
    .bootstrap-component .justify-content-xl-around {
        justify-content: space-around!important
    }
    .bootstrap-component .align-items-xl-start {
        align-items: flex-start!important
    }
    .bootstrap-component .align-items-xl-end {
        align-items: flex-end!important
    }
    .bootstrap-component .align-items-xl-center {
        align-items: center!important
    }
    .bootstrap-component .align-items-xl-baseline {
        align-items: baseline!important
    }
    .bootstrap-component .align-items-xl-stretch {
        align-items: stretch!important
    }
    .bootstrap-component .align-content-xl-start {
        align-content: flex-start!important
    }
    .bootstrap-component .align-content-xl-end {
        align-content: flex-end!important
    }
    .bootstrap-component .align-content-xl-center {
        align-content: center!important
    }
    .bootstrap-component .align-content-xl-between {
        align-content: space-between!important
    }
    .bootstrap-component .align-content-xl-around {
        align-content: space-around!important
    }
    .bootstrap-component .align-content-xl-stretch {
        align-content: stretch!important
    }
    .bootstrap-component .align-self-xl-auto {
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .bootstrap-component .align-self-xl-start {
        align-self: flex-start!important
    }
    .bootstrap-component .align-self-xl-end {
        align-self: flex-end!important
    }
    .bootstrap-component .align-self-xl-center {
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .bootstrap-component .align-self-xl-baseline {
        align-self: baseline!important
    }
    .bootstrap-component .align-self-xl-stretch {
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.bootstrap-component .float-left {
    float: left!important
}

.bootstrap-component .float-right {
    float: right!important
}

.bootstrap-component .float-none {
    float: none!important
}

@media (min-width:576px) {
    .bootstrap-component .float-sm-left {
        float: left!important
    }
    .bootstrap-component .float-sm-right {
        float: right!important
    }
    .bootstrap-component .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .bootstrap-component .float-md-left {
        float: left!important
    }
    .bootstrap-component .float-md-right {
        float: right!important
    }
    .bootstrap-component .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .bootstrap-component .float-lg-left {
        float: left!important
    }
    .bootstrap-component .float-lg-right {
        float: right!important
    }
    .bootstrap-component .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .bootstrap-component .float-xl-left {
        float: left!important
    }
    .bootstrap-component .float-xl-right {
        float: right!important
    }
    .bootstrap-component .float-xl-none {
        float: none!important
    }
}

.bootstrap-component .position-static {
    position: static!important
}

.bootstrap-component .position-relative {
    position: relative!important
}

.bootstrap-component .position-absolute {
    position: absolute!important
}

.bootstrap-component .position-fixed {
    position: fixed!important
}

.bootstrap-component .position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.bootstrap-component .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.bootstrap-component .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .bootstrap-component .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.bootstrap-component .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.bootstrap-component .sr-only-focusable:active,
.bootstrap-component .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.bootstrap-component .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.bootstrap-component .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.bootstrap-component .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.bootstrap-component .shadow-none {
    box-shadow: none!important
}

.bootstrap-component .w-25 {
    width: 25%!important
}

.bootstrap-component .w-50 {
    width: 50%!important
}

.bootstrap-component .w-75 {
    width: 75%!important
}

.bootstrap-component .w-100 {
    width: 100%!important
}

.bootstrap-component .w-auto {
    width: auto!important
}

.bootstrap-component .h-25 {
    height: 25%!important
}

.bootstrap-component .h-50 {
    height: 50%!important
}

.bootstrap-component .h-75 {
    height: 75%!important
}

.bootstrap-component .h-100 {
    height: 100%!important
}

.bootstrap-component .h-auto {
    height: auto!important
}

.bootstrap-component .mw-100 {
    max-width: 100%!important
}

.bootstrap-component .mh-100 {
    max-height: 100%!important
}

.bootstrap-component .m-0 {
    margin: 0!important
}

.bootstrap-component .mt-0,
.bootstrap-component .my-0 {
    margin-top: 0!important
}

.bootstrap-component .mr-0,
.bootstrap-component .mx-0 {
    margin-right: 0!important
}

.bootstrap-component .mb-0,
.bootstrap-component .my-0 {
    margin-bottom: 0!important
}

.bootstrap-component .ml-0,
.bootstrap-component .mx-0 {
    margin-left: 0!important
}

.bootstrap-component .m-1 {
    margin: .25rem!important
}

.bootstrap-component .mt-1,
.bootstrap-component .my-1 {
    margin-top: .25rem!important
}

.bootstrap-component .mr-1,
.bootstrap-component .mx-1 {
    margin-right: .25rem!important
}

.bootstrap-component .mb-1,
.bootstrap-component .my-1 {
    margin-bottom: .25rem!important
}

.bootstrap-component .ml-1,
.bootstrap-component .mx-1 {
    margin-left: .25rem!important
}

.bootstrap-component .m-2 {
    margin: .5rem!important
}

.bootstrap-component .mt-2,
.bootstrap-component .my-2 {
    margin-top: .5rem!important
}

.bootstrap-component .mr-2,
.bootstrap-component .mx-2 {
    margin-right: .5rem!important
}

.bootstrap-component .mb-2,
.bootstrap-component .my-2 {
    margin-bottom: .5rem!important
}

.bootstrap-component .ml-2,
.bootstrap-component .mx-2 {
    margin-left: .5rem!important
}

.bootstrap-component .m-3 {
    margin: 1rem!important
}

.bootstrap-component .mt-3,
.bootstrap-component .my-3 {
    margin-top: 1rem!important
}

.bootstrap-component .mr-3,
.bootstrap-component .mx-3 {
    margin-right: 1rem!important
}

.bootstrap-component .mb-3,
.bootstrap-component .my-3 {
    margin-bottom: 1rem!important
}

.bootstrap-component .ml-3,
.bootstrap-component .mx-3 {
    margin-left: 1rem!important
}

.bootstrap-component .m-4 {
    margin: 1.5rem!important
}

.bootstrap-component .mt-4,
.bootstrap-component .my-4 {
    margin-top: 1.5rem!important
}

.bootstrap-component .mr-4,
.bootstrap-component .mx-4 {
    margin-right: 1.5rem!important
}

.bootstrap-component .mb-4,
.bootstrap-component .my-4 {
    margin-bottom: 1.5rem!important
}

.bootstrap-component .ml-4,
.bootstrap-component .mx-4 {
    margin-left: 1.5rem!important
}

.bootstrap-component .m-5 {
    margin: 3rem!important
}

.bootstrap-component .mt-5,
.bootstrap-component .my-5 {
    margin-top: 3rem!important
}

.bootstrap-component .mr-5,
.bootstrap-component .mx-5 {
    margin-right: 3rem!important
}

.bootstrap-component .mb-5,
.bootstrap-component .my-5 {
    margin-bottom: 3rem!important
}

.bootstrap-component .ml-5,
.bootstrap-component .mx-5 {
    margin-left: 3rem!important
}

.bootstrap-component .p-0 {
    padding: 0!important
}

.bootstrap-component .pt-0,
.bootstrap-component .py-0 {
    padding-top: 0!important
}

.bootstrap-component .pr-0,
.bootstrap-component .px-0 {
    padding-right: 0!important
}

.bootstrap-component .pb-0,
.bootstrap-component .py-0 {
    padding-bottom: 0!important
}

.bootstrap-component .pl-0,
.bootstrap-component .px-0 {
    padding-left: 0!important
}

.bootstrap-component .p-1 {
    padding: .25rem!important
}

.bootstrap-component .pt-1,
.bootstrap-component .py-1 {
    padding-top: .25rem!important
}

.bootstrap-component .pr-1,
.bootstrap-component .px-1 {
    padding-right: .25rem!important
}

.bootstrap-component .pb-1,
.bootstrap-component .py-1 {
    padding-bottom: .25rem!important
}

.bootstrap-component .pl-1,
.bootstrap-component .px-1 {
    padding-left: .25rem!important
}

.bootstrap-component .p-2 {
    padding: .5rem!important
}

.bootstrap-component .pt-2,
.bootstrap-component .py-2 {
    padding-top: .5rem!important
}

.bootstrap-component .pr-2,
.bootstrap-component .px-2 {
    padding-right: .5rem!important
}

.bootstrap-component .pb-2,
.bootstrap-component .py-2 {
    padding-bottom: .5rem!important
}

.bootstrap-component .pl-2,
.bootstrap-component .px-2 {
    padding-left: .5rem!important
}

.bootstrap-component .p-3 {
    padding: 1rem!important
}

.bootstrap-component .pt-3,
.bootstrap-component .py-3 {
    padding-top: 1rem!important
}

.bootstrap-component .pr-3,
.bootstrap-component .px-3 {
    padding-right: 1rem!important
}

.bootstrap-component .pb-3,
.bootstrap-component .py-3 {
    padding-bottom: 1rem!important
}

.bootstrap-component .pl-3,
.bootstrap-component .px-3 {
    padding-left: 1rem!important
}

.bootstrap-component .p-4 {
    padding: 1.5rem!important
}

.bootstrap-component .pt-4,
.bootstrap-component .py-4 {
    padding-top: 1.5rem!important
}

.bootstrap-component .pr-4,
.bootstrap-component .px-4 {
    padding-right: 1.5rem!important
}

.bootstrap-component .pb-4,
.bootstrap-component .py-4 {
    padding-bottom: 1.5rem!important
}

.bootstrap-component .pl-4,
.bootstrap-component .px-4 {
    padding-left: 1.5rem!important
}

.bootstrap-component .p-5 {
    padding: 3rem!important
}

.bootstrap-component .pt-5,
.bootstrap-component .py-5 {
    padding-top: 3rem!important
}

.bootstrap-component .pr-5,
.bootstrap-component .px-5 {
    padding-right: 3rem!important
}

.bootstrap-component .pb-5,
.bootstrap-component .py-5 {
    padding-bottom: 3rem!important
}

.bootstrap-component .pl-5,
.bootstrap-component .px-5 {
    padding-left: 3rem!important
}

.bootstrap-component .m-auto {
    margin: auto!important
}

.bootstrap-component .mt-auto,
.bootstrap-component .my-auto {
    margin-top: auto!important
}

.bootstrap-component .mr-auto,
.bootstrap-component .mx-auto {
    margin-right: auto!important
}

.bootstrap-component .mb-auto,
.bootstrap-component .my-auto {
    margin-bottom: auto!important
}

.bootstrap-component .ml-auto,
.bootstrap-component .mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .bootstrap-component .m-sm-0 {
        margin: 0!important
    }
    .bootstrap-component .mt-sm-0,
    .bootstrap-component .my-sm-0 {
        margin-top: 0!important
    }
    .bootstrap-component .mr-sm-0,
    .bootstrap-component .mx-sm-0 {
        margin-right: 0!important
    }
    .bootstrap-component .mb-sm-0,
    .bootstrap-component .my-sm-0 {
        margin-bottom: 0!important
    }
    .bootstrap-component .ml-sm-0,
    .bootstrap-component .mx-sm-0 {
        margin-left: 0!important
    }
    .bootstrap-component .m-sm-1 {
        margin: .25rem!important
    }
    .bootstrap-component .mt-sm-1,
    .bootstrap-component .my-sm-1 {
        margin-top: .25rem!important
    }
    .bootstrap-component .mr-sm-1,
    .bootstrap-component .mx-sm-1 {
        margin-right: .25rem!important
    }
    .bootstrap-component .mb-sm-1,
    .bootstrap-component .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-component .ml-sm-1,
    .bootstrap-component .mx-sm-1 {
        margin-left: .25rem!important
    }
    .bootstrap-component .m-sm-2 {
        margin: .5rem!important
    }
    .bootstrap-component .mt-sm-2,
    .bootstrap-component .my-sm-2 {
        margin-top: .5rem!important
    }
    .bootstrap-component .mr-sm-2,
    .bootstrap-component .mx-sm-2 {
        margin-right: .5rem!important
    }
    .bootstrap-component .mb-sm-2,
    .bootstrap-component .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-component .ml-sm-2,
    .bootstrap-component .mx-sm-2 {
        margin-left: .5rem!important
    }
    .bootstrap-component .m-sm-3 {
        margin: 1rem!important
    }
    .bootstrap-component .mt-sm-3,
    .bootstrap-component .my-sm-3 {
        margin-top: 1rem!important
    }
    .bootstrap-component .mr-sm-3,
    .bootstrap-component .mx-sm-3 {
        margin-right: 1rem!important
    }
    .bootstrap-component .mb-sm-3,
    .bootstrap-component .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-component .ml-sm-3,
    .bootstrap-component .mx-sm-3 {
        margin-left: 1rem!important
    }
    .bootstrap-component .m-sm-4 {
        margin: 1.5rem!important
    }
    .bootstrap-component .mt-sm-4,
    .bootstrap-component .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-component .mr-sm-4,
    .bootstrap-component .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-component .mb-sm-4,
    .bootstrap-component .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-component .ml-sm-4,
    .bootstrap-component .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-component .m-sm-5 {
        margin: 3rem!important
    }
    .bootstrap-component .mt-sm-5,
    .bootstrap-component .my-sm-5 {
        margin-top: 3rem!important
    }
    .bootstrap-component .mr-sm-5,
    .bootstrap-component .mx-sm-5 {
        margin-right: 3rem!important
    }
    .bootstrap-component .mb-sm-5,
    .bootstrap-component .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-component .ml-sm-5,
    .bootstrap-component .mx-sm-5 {
        margin-left: 3rem!important
    }
    .bootstrap-component .p-sm-0 {
        padding: 0!important
    }
    .bootstrap-component .pt-sm-0,
    .bootstrap-component .py-sm-0 {
        padding-top: 0!important
    }
    .bootstrap-component .pr-sm-0,
    .bootstrap-component .px-sm-0 {
        padding-right: 0!important
    }
    .bootstrap-component .pb-sm-0,
    .bootstrap-component .py-sm-0 {
        padding-bottom: 0!important
    }
    .bootstrap-component .pl-sm-0,
    .bootstrap-component .px-sm-0 {
        padding-left: 0!important
    }
    .bootstrap-component .p-sm-1 {
        padding: .25rem!important
    }
    .bootstrap-component .pt-sm-1,
    .bootstrap-component .py-sm-1 {
        padding-top: .25rem!important
    }
    .bootstrap-component .pr-sm-1,
    .bootstrap-component .px-sm-1 {
        padding-right: .25rem!important
    }
    .bootstrap-component .pb-sm-1,
    .bootstrap-component .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-component .pl-sm-1,
    .bootstrap-component .px-sm-1 {
        padding-left: .25rem!important
    }
    .bootstrap-component .p-sm-2 {
        padding: .5rem!important
    }
    .bootstrap-component .pt-sm-2,
    .bootstrap-component .py-sm-2 {
        padding-top: .5rem!important
    }
    .bootstrap-component .pr-sm-2,
    .bootstrap-component .px-sm-2 {
        padding-right: .5rem!important
    }
    .bootstrap-component .pb-sm-2,
    .bootstrap-component .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-component .pl-sm-2,
    .bootstrap-component .px-sm-2 {
        padding-left: .5rem!important
    }
    .bootstrap-component .p-sm-3 {
        padding: 1rem!important
    }
    .bootstrap-component .pt-sm-3,
    .bootstrap-component .py-sm-3 {
        padding-top: 1rem!important
    }
    .bootstrap-component .pr-sm-3,
    .bootstrap-component .px-sm-3 {
        padding-right: 1rem!important
    }
    .bootstrap-component .pb-sm-3,
    .bootstrap-component .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-component .pl-sm-3,
    .bootstrap-component .px-sm-3 {
        padding-left: 1rem!important
    }
    .bootstrap-component .p-sm-4 {
        padding: 1.5rem!important
    }
    .bootstrap-component .pt-sm-4,
    .bootstrap-component .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-component .pr-sm-4,
    .bootstrap-component .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-component .pb-sm-4,
    .bootstrap-component .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-component .pl-sm-4,
    .bootstrap-component .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-component .p-sm-5 {
        padding: 3rem!important
    }
    .bootstrap-component .pt-sm-5,
    .bootstrap-component .py-sm-5 {
        padding-top: 3rem!important
    }
    .bootstrap-component .pr-sm-5,
    .bootstrap-component .px-sm-5 {
        padding-right: 3rem!important
    }
    .bootstrap-component .pb-sm-5,
    .bootstrap-component .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-component .pl-sm-5,
    .bootstrap-component .px-sm-5 {
        padding-left: 3rem!important
    }
    .bootstrap-component .m-sm-auto {
        margin: auto!important
    }
    .bootstrap-component .mt-sm-auto,
    .bootstrap-component .my-sm-auto {
        margin-top: auto!important
    }
    .bootstrap-component .mr-sm-auto,
    .bootstrap-component .mx-sm-auto {
        margin-right: auto!important
    }
    .bootstrap-component .mb-sm-auto,
    .bootstrap-component .my-sm-auto {
        margin-bottom: auto!important
    }
    .bootstrap-component .ml-sm-auto,
    .bootstrap-component .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .bootstrap-component .m-md-0 {
        margin: 0!important
    }
    .bootstrap-component .mt-md-0,
    .bootstrap-component .my-md-0 {
        margin-top: 0!important
    }
    .bootstrap-component .mr-md-0,
    .bootstrap-component .mx-md-0 {
        margin-right: 0!important
    }
    .bootstrap-component .mb-md-0,
    .bootstrap-component .my-md-0 {
        margin-bottom: 0!important
    }
    .bootstrap-component .ml-md-0,
    .bootstrap-component .mx-md-0 {
        margin-left: 0!important
    }
    .bootstrap-component .m-md-1 {
        margin: .25rem!important
    }
    .bootstrap-component .mt-md-1,
    .bootstrap-component .my-md-1 {
        margin-top: .25rem!important
    }
    .bootstrap-component .mr-md-1,
    .bootstrap-component .mx-md-1 {
        margin-right: .25rem!important
    }
    .bootstrap-component .mb-md-1,
    .bootstrap-component .my-md-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-component .ml-md-1,
    .bootstrap-component .mx-md-1 {
        margin-left: .25rem!important
    }
    .bootstrap-component .m-md-2 {
        margin: .5rem!important
    }
    .bootstrap-component .mt-md-2,
    .bootstrap-component .my-md-2 {
        margin-top: .5rem!important
    }
    .bootstrap-component .mr-md-2,
    .bootstrap-component .mx-md-2 {
        margin-right: .5rem!important
    }
    .bootstrap-component .mb-md-2,
    .bootstrap-component .my-md-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-component .ml-md-2,
    .bootstrap-component .mx-md-2 {
        margin-left: .5rem!important
    }
    .bootstrap-component .m-md-3 {
        margin: 1rem!important
    }
    .bootstrap-component .mt-md-3,
    .bootstrap-component .my-md-3 {
        margin-top: 1rem!important
    }
    .bootstrap-component .mr-md-3,
    .bootstrap-component .mx-md-3 {
        margin-right: 1rem!important
    }
    .bootstrap-component .mb-md-3,
    .bootstrap-component .my-md-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-component .ml-md-3,
    .bootstrap-component .mx-md-3 {
        margin-left: 1rem!important
    }
    .bootstrap-component .m-md-4 {
        margin: 1.5rem!important
    }
    .bootstrap-component .mt-md-4,
    .bootstrap-component .my-md-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-component .mr-md-4,
    .bootstrap-component .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-component .mb-md-4,
    .bootstrap-component .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-component .ml-md-4,
    .bootstrap-component .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-component .m-md-5 {
        margin: 3rem!important
    }
    .bootstrap-component .mt-md-5,
    .bootstrap-component .my-md-5 {
        margin-top: 3rem!important
    }
    .bootstrap-component .mr-md-5,
    .bootstrap-component .mx-md-5 {
        margin-right: 3rem!important
    }
    .bootstrap-component .mb-md-5,
    .bootstrap-component .my-md-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-component .ml-md-5,
    .bootstrap-component .mx-md-5 {
        margin-left: 3rem!important
    }
    .bootstrap-component .p-md-0 {
        padding: 0!important
    }
    .bootstrap-component .pt-md-0,
    .bootstrap-component .py-md-0 {
        padding-top: 0!important
    }
    .bootstrap-component .pr-md-0,
    .bootstrap-component .px-md-0 {
        padding-right: 0!important
    }
    .bootstrap-component .pb-md-0,
    .bootstrap-component .py-md-0 {
        padding-bottom: 0!important
    }
    .bootstrap-component .pl-md-0,
    .bootstrap-component .px-md-0 {
        padding-left: 0!important
    }
    .bootstrap-component .p-md-1 {
        padding: .25rem!important
    }
    .bootstrap-component .pt-md-1,
    .bootstrap-component .py-md-1 {
        padding-top: .25rem!important
    }
    .bootstrap-component .pr-md-1,
    .bootstrap-component .px-md-1 {
        padding-right: .25rem!important
    }
    .bootstrap-component .pb-md-1,
    .bootstrap-component .py-md-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-component .pl-md-1,
    .bootstrap-component .px-md-1 {
        padding-left: .25rem!important
    }
    .bootstrap-component .p-md-2 {
        padding: .5rem!important
    }
    .bootstrap-component .pt-md-2,
    .bootstrap-component .py-md-2 {
        padding-top: .5rem!important
    }
    .bootstrap-component .pr-md-2,
    .bootstrap-component .px-md-2 {
        padding-right: .5rem!important
    }
    .bootstrap-component .pb-md-2,
    .bootstrap-component .py-md-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-component .pl-md-2,
    .bootstrap-component .px-md-2 {
        padding-left: .5rem!important
    }
    .bootstrap-component .p-md-3 {
        padding: 1rem!important
    }
    .bootstrap-component .pt-md-3,
    .bootstrap-component .py-md-3 {
        padding-top: 1rem!important
    }
    .bootstrap-component .pr-md-3,
    .bootstrap-component .px-md-3 {
        padding-right: 1rem!important
    }
    .bootstrap-component .pb-md-3,
    .bootstrap-component .py-md-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-component .pl-md-3,
    .bootstrap-component .px-md-3 {
        padding-left: 1rem!important
    }
    .bootstrap-component .p-md-4 {
        padding: 1.5rem!important
    }
    .bootstrap-component .pt-md-4,
    .bootstrap-component .py-md-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-component .pr-md-4,
    .bootstrap-component .px-md-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-component .pb-md-4,
    .bootstrap-component .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-component .pl-md-4,
    .bootstrap-component .px-md-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-component .p-md-5 {
        padding: 3rem!important
    }
    .bootstrap-component .pt-md-5,
    .bootstrap-component .py-md-5 {
        padding-top: 3rem!important
    }
    .bootstrap-component .pr-md-5,
    .bootstrap-component .px-md-5 {
        padding-right: 3rem!important
    }
    .bootstrap-component .pb-md-5,
    .bootstrap-component .py-md-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-component .pl-md-5,
    .bootstrap-component .px-md-5 {
        padding-left: 3rem!important
    }
    .bootstrap-component .m-md-auto {
        margin: auto!important
    }
    .bootstrap-component .mt-md-auto,
    .bootstrap-component .my-md-auto {
        margin-top: auto!important
    }
    .bootstrap-component .mr-md-auto,
    .bootstrap-component .mx-md-auto {
        margin-right: auto!important
    }
    .bootstrap-component .mb-md-auto,
    .bootstrap-component .my-md-auto {
        margin-bottom: auto!important
    }
    .bootstrap-component .ml-md-auto,
    .bootstrap-component .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .bootstrap-component .m-lg-0 {
        margin: 0!important
    }
    .bootstrap-component .mt-lg-0,
    .bootstrap-component .my-lg-0 {
        margin-top: 0!important
    }
    .bootstrap-component .mr-lg-0,
    .bootstrap-component .mx-lg-0 {
        margin-right: 0!important
    }
    .bootstrap-component .mb-lg-0,
    .bootstrap-component .my-lg-0 {
        margin-bottom: 0!important
    }
    .bootstrap-component .ml-lg-0,
    .bootstrap-component .mx-lg-0 {
        margin-left: 0!important
    }
    .bootstrap-component .m-lg-1 {
        margin: .25rem!important
    }
    .bootstrap-component .mt-lg-1,
    .bootstrap-component .my-lg-1 {
        margin-top: .25rem!important
    }
    .bootstrap-component .mr-lg-1,
    .bootstrap-component .mx-lg-1 {
        margin-right: .25rem!important
    }
    .bootstrap-component .mb-lg-1,
    .bootstrap-component .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-component .ml-lg-1,
    .bootstrap-component .mx-lg-1 {
        margin-left: .25rem!important
    }
    .bootstrap-component .m-lg-2 {
        margin: .5rem!important
    }
    .bootstrap-component .mt-lg-2,
    .bootstrap-component .my-lg-2 {
        margin-top: .5rem!important
    }
    .bootstrap-component .mr-lg-2,
    .bootstrap-component .mx-lg-2 {
        margin-right: .5rem!important
    }
    .bootstrap-component .mb-lg-2,
    .bootstrap-component .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-component .ml-lg-2,
    .bootstrap-component .mx-lg-2 {
        margin-left: .5rem!important
    }
    .bootstrap-component .m-lg-3 {
        margin: 1rem!important
    }
    .bootstrap-component .mt-lg-3,
    .bootstrap-component .my-lg-3 {
        margin-top: 1rem!important
    }
    .bootstrap-component .mr-lg-3,
    .bootstrap-component .mx-lg-3 {
        margin-right: 1rem!important
    }
    .bootstrap-component .mb-lg-3,
    .bootstrap-component .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-component .ml-lg-3,
    .bootstrap-component .mx-lg-3 {
        margin-left: 1rem!important
    }
    .bootstrap-component .m-lg-4 {
        margin: 1.5rem!important
    }
    .bootstrap-component .mt-lg-4,
    .bootstrap-component .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-component .mr-lg-4,
    .bootstrap-component .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-component .mb-lg-4,
    .bootstrap-component .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-component .ml-lg-4,
    .bootstrap-component .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-component .m-lg-5 {
        margin: 3rem!important
    }
    .bootstrap-component .mt-lg-5,
    .bootstrap-component .my-lg-5 {
        margin-top: 3rem!important
    }
    .bootstrap-component .mr-lg-5,
    .bootstrap-component .mx-lg-5 {
        margin-right: 3rem!important
    }
    .bootstrap-component .mb-lg-5,
    .bootstrap-component .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-component .ml-lg-5,
    .bootstrap-component .mx-lg-5 {
        margin-left: 3rem!important
    }
    .bootstrap-component .p-lg-0 {
        padding: 0!important
    }
    .bootstrap-component .pt-lg-0,
    .bootstrap-component .py-lg-0 {
        padding-top: 0!important
    }
    .bootstrap-component .pr-lg-0,
    .bootstrap-component .px-lg-0 {
        padding-right: 0!important
    }
    .bootstrap-component .pb-lg-0,
    .bootstrap-component .py-lg-0 {
        padding-bottom: 0!important
    }
    .bootstrap-component .pl-lg-0,
    .bootstrap-component .px-lg-0 {
        padding-left: 0!important
    }
    .bootstrap-component .p-lg-1 {
        padding: .25rem!important
    }
    .bootstrap-component .pt-lg-1,
    .bootstrap-component .py-lg-1 {
        padding-top: .25rem!important
    }
    .bootstrap-component .pr-lg-1,
    .bootstrap-component .px-lg-1 {
        padding-right: .25rem!important
    }
    .bootstrap-component .pb-lg-1,
    .bootstrap-component .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-component .pl-lg-1,
    .bootstrap-component .px-lg-1 {
        padding-left: .25rem!important
    }
    .bootstrap-component .p-lg-2 {
        padding: .5rem!important
    }
    .bootstrap-component .pt-lg-2,
    .bootstrap-component .py-lg-2 {
        padding-top: .5rem!important
    }
    .bootstrap-component .pr-lg-2,
    .bootstrap-component .px-lg-2 {
        padding-right: .5rem!important
    }
    .bootstrap-component .pb-lg-2,
    .bootstrap-component .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-component .pl-lg-2,
    .bootstrap-component .px-lg-2 {
        padding-left: .5rem!important
    }
    .bootstrap-component .p-lg-3 {
        padding: 1rem!important
    }
    .bootstrap-component .pt-lg-3,
    .bootstrap-component .py-lg-3 {
        padding-top: 1rem!important
    }
    .bootstrap-component .pr-lg-3,
    .bootstrap-component .px-lg-3 {
        padding-right: 1rem!important
    }
    .bootstrap-component .pb-lg-3,
    .bootstrap-component .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-component .pl-lg-3,
    .bootstrap-component .px-lg-3 {
        padding-left: 1rem!important
    }
    .bootstrap-component .p-lg-4 {
        padding: 1.5rem!important
    }
    .bootstrap-component .pt-lg-4,
    .bootstrap-component .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-component .pr-lg-4,
    .bootstrap-component .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-component .pb-lg-4,
    .bootstrap-component .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-component .pl-lg-4,
    .bootstrap-component .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-component .p-lg-5 {
        padding: 3rem!important
    }
    .bootstrap-component .pt-lg-5,
    .bootstrap-component .py-lg-5 {
        padding-top: 3rem!important
    }
    .bootstrap-component .pr-lg-5,
    .bootstrap-component .px-lg-5 {
        padding-right: 3rem!important
    }
    .bootstrap-component .pb-lg-5,
    .bootstrap-component .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-component .pl-lg-5,
    .bootstrap-component .px-lg-5 {
        padding-left: 3rem!important
    }
    .bootstrap-component .m-lg-auto {
        margin: auto!important
    }
    .bootstrap-component .mt-lg-auto,
    .bootstrap-component .my-lg-auto {
        margin-top: auto!important
    }
    .bootstrap-component .mr-lg-auto,
    .bootstrap-component .mx-lg-auto {
        margin-right: auto!important
    }
    .bootstrap-component .mb-lg-auto,
    .bootstrap-component .my-lg-auto {
        margin-bottom: auto!important
    }
    .bootstrap-component .ml-lg-auto,
    .bootstrap-component .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .bootstrap-component .m-xl-0 {
        margin: 0!important
    }
    .bootstrap-component .mt-xl-0,
    .bootstrap-component .my-xl-0 {
        margin-top: 0!important
    }
    .bootstrap-component .mr-xl-0,
    .bootstrap-component .mx-xl-0 {
        margin-right: 0!important
    }
    .bootstrap-component .mb-xl-0,
    .bootstrap-component .my-xl-0 {
        margin-bottom: 0!important
    }
    .bootstrap-component .ml-xl-0,
    .bootstrap-component .mx-xl-0 {
        margin-left: 0!important
    }
    .bootstrap-component .m-xl-1 {
        margin: .25rem!important
    }
    .bootstrap-component .mt-xl-1,
    .bootstrap-component .my-xl-1 {
        margin-top: .25rem!important
    }
    .bootstrap-component .mr-xl-1,
    .bootstrap-component .mx-xl-1 {
        margin-right: .25rem!important
    }
    .bootstrap-component .mb-xl-1,
    .bootstrap-component .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-component .ml-xl-1,
    .bootstrap-component .mx-xl-1 {
        margin-left: .25rem!important
    }
    .bootstrap-component .m-xl-2 {
        margin: .5rem!important
    }
    .bootstrap-component .mt-xl-2,
    .bootstrap-component .my-xl-2 {
        margin-top: .5rem!important
    }
    .bootstrap-component .mr-xl-2,
    .bootstrap-component .mx-xl-2 {
        margin-right: .5rem!important
    }
    .bootstrap-component .mb-xl-2,
    .bootstrap-component .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-component .ml-xl-2,
    .bootstrap-component .mx-xl-2 {
        margin-left: .5rem!important
    }
    .bootstrap-component .m-xl-3 {
        margin: 1rem!important
    }
    .bootstrap-component .mt-xl-3,
    .bootstrap-component .my-xl-3 {
        margin-top: 1rem!important
    }
    .bootstrap-component .mr-xl-3,
    .bootstrap-component .mx-xl-3 {
        margin-right: 1rem!important
    }
    .bootstrap-component .mb-xl-3,
    .bootstrap-component .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-component .ml-xl-3,
    .bootstrap-component .mx-xl-3 {
        margin-left: 1rem!important
    }
    .bootstrap-component .m-xl-4 {
        margin: 1.5rem!important
    }
    .bootstrap-component .mt-xl-4,
    .bootstrap-component .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-component .mr-xl-4,
    .bootstrap-component .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-component .mb-xl-4,
    .bootstrap-component .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-component .ml-xl-4,
    .bootstrap-component .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-component .m-xl-5 {
        margin: 3rem!important
    }
    .bootstrap-component .mt-xl-5,
    .bootstrap-component .my-xl-5 {
        margin-top: 3rem!important
    }
    .bootstrap-component .mr-xl-5,
    .bootstrap-component .mx-xl-5 {
        margin-right: 3rem!important
    }
    .bootstrap-component .mb-xl-5,
    .bootstrap-component .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-component .ml-xl-5,
    .bootstrap-component .mx-xl-5 {
        margin-left: 3rem!important
    }
    .bootstrap-component .p-xl-0 {
        padding: 0!important
    }
    .bootstrap-component .pt-xl-0,
    .bootstrap-component .py-xl-0 {
        padding-top: 0!important
    }
    .bootstrap-component .pr-xl-0,
    .bootstrap-component .px-xl-0 {
        padding-right: 0!important
    }
    .bootstrap-component .pb-xl-0,
    .bootstrap-component .py-xl-0 {
        padding-bottom: 0!important
    }
    .bootstrap-component .pl-xl-0,
    .bootstrap-component .px-xl-0 {
        padding-left: 0!important
    }
    .bootstrap-component .p-xl-1 {
        padding: .25rem!important
    }
    .bootstrap-component .pt-xl-1,
    .bootstrap-component .py-xl-1 {
        padding-top: .25rem!important
    }
    .bootstrap-component .pr-xl-1,
    .bootstrap-component .px-xl-1 {
        padding-right: .25rem!important
    }
    .bootstrap-component .pb-xl-1,
    .bootstrap-component .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-component .pl-xl-1,
    .bootstrap-component .px-xl-1 {
        padding-left: .25rem!important
    }
    .bootstrap-component .p-xl-2 {
        padding: .5rem!important
    }
    .bootstrap-component .pt-xl-2,
    .bootstrap-component .py-xl-2 {
        padding-top: .5rem!important
    }
    .bootstrap-component .pr-xl-2,
    .bootstrap-component .px-xl-2 {
        padding-right: .5rem!important
    }
    .bootstrap-component .pb-xl-2,
    .bootstrap-component .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-component .pl-xl-2,
    .bootstrap-component .px-xl-2 {
        padding-left: .5rem!important
    }
    .bootstrap-component .p-xl-3 {
        padding: 1rem!important
    }
    .bootstrap-component .pt-xl-3,
    .bootstrap-component .py-xl-3 {
        padding-top: 1rem!important
    }
    .bootstrap-component .pr-xl-3,
    .bootstrap-component .px-xl-3 {
        padding-right: 1rem!important
    }
    .bootstrap-component .pb-xl-3,
    .bootstrap-component .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-component .pl-xl-3,
    .bootstrap-component .px-xl-3 {
        padding-left: 1rem!important
    }
    .bootstrap-component .p-xl-4 {
        padding: 1.5rem!important
    }
    .bootstrap-component .pt-xl-4,
    .bootstrap-component .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-component .pr-xl-4,
    .bootstrap-component .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-component .pb-xl-4,
    .bootstrap-component .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-component .pl-xl-4,
    .bootstrap-component .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-component .p-xl-5 {
        padding: 3rem!important
    }
    .bootstrap-component .pt-xl-5,
    .bootstrap-component .py-xl-5 {
        padding-top: 3rem!important
    }
    .bootstrap-component .pr-xl-5,
    .bootstrap-component .px-xl-5 {
        padding-right: 3rem!important
    }
    .bootstrap-component .pb-xl-5,
    .bootstrap-component .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-component .pl-xl-5,
    .bootstrap-component .px-xl-5 {
        padding-left: 3rem!important
    }
    .bootstrap-component .m-xl-auto {
        margin: auto!important
    }
    .bootstrap-component .mt-xl-auto,
    .bootstrap-component .my-xl-auto {
        margin-top: auto!important
    }
    .bootstrap-component .mr-xl-auto,
    .bootstrap-component .mx-xl-auto {
        margin-right: auto!important
    }
    .bootstrap-component .mb-xl-auto,
    .bootstrap-component .my-xl-auto {
        margin-bottom: auto!important
    }
    .bootstrap-component .ml-xl-auto,
    .bootstrap-component .mx-xl-auto {
        margin-left: auto!important
    }
}

.bootstrap-component .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.bootstrap-component .text-justify {
    text-align: justify!important
}

.bootstrap-component .text-nowrap {
    white-space: nowrap!important
}

.bootstrap-component .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap-component .text-left {
    text-align: left!important
}

.bootstrap-component .text-right {
    text-align: right!important
}

.bootstrap-component .text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .bootstrap-component .text-sm-left {
        text-align: left!important
    }
    .bootstrap-component .text-sm-right {
        text-align: right!important
    }
    .bootstrap-component .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .bootstrap-component .text-md-left {
        text-align: left!important
    }
    .bootstrap-component .text-md-right {
        text-align: right!important
    }
    .bootstrap-component .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .bootstrap-component .text-lg-left {
        text-align: left!important
    }
    .bootstrap-component .text-lg-right {
        text-align: right!important
    }
    .bootstrap-component .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .bootstrap-component .text-xl-left {
        text-align: left!important
    }
    .bootstrap-component .text-xl-right {
        text-align: right!important
    }
    .bootstrap-component .text-xl-center {
        text-align: center!important
    }
}

.bootstrap-component .text-lowercase {
    text-transform: lowercase!important
}

.bootstrap-component .text-uppercase {
    text-transform: uppercase!important
}

.bootstrap-component .text-capitalize {
    text-transform: capitalize!important
}

.bootstrap-component .font-weight-light {
    font-weight: 300!important
}

.bootstrap-component .font-weight-normal {
    font-weight: 400!important
}

.bootstrap-component .font-weight-bold {
    font-weight: 700!important
}

.bootstrap-component .font-italic {
    font-style: italic!important
}

.bootstrap-component .text-white {
    color: #fff!important
}

.bootstrap-component .text-primary {
    color: #007bff!important
}

.bootstrap-component a.text-primary:focus,
.bootstrap-component a.text-primary:hover {
    color: #0062cc!important
}

.bootstrap-component .text-secondary {
    color: #6c757d!important
}

.bootstrap-component a.text-secondary:focus,
.bootstrap-component a.text-secondary:hover {
    color: #545b62!important
}

.bootstrap-component .text-success {
    color: #28a745!important
}

.bootstrap-component a.text-success:focus,
.bootstrap-component a.text-success:hover {
    color: #1e7e34!important
}

.bootstrap-component .text-info {
    color: #17a2b8!important
}

.bootstrap-component a.text-info:focus,
.bootstrap-component a.text-info:hover {
    color: #117a8b!important
}

.bootstrap-component .text-warning {
    color: #ffc107!important
}

.bootstrap-component a.text-warning:focus,
.bootstrap-component a.text-warning:hover {
    color: #d39e00!important
}

.bootstrap-component .text-danger {
    color: #dc3545!important
}

.bootstrap-component a.text-danger:focus,
.bootstrap-component a.text-danger:hover {
    color: #bd2130!important
}

.bootstrap-component .text-light {
    color: #f8f9fa!important
}

.bootstrap-component a.text-light:focus,
.bootstrap-component a.text-light:hover {
    color: #dae0e5!important
}

.bootstrap-component .text-dark {
    color: #343a40!important
}

.bootstrap-component a.text-dark:focus,
.bootstrap-component a.text-dark:hover {
    color: #1d2124!important
}

.bootstrap-component .text-body {
    color: #212529!important
}

.bootstrap-component .text-muted {
    color: #6c757d!important
}

.bootstrap-component .text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.bootstrap-component .text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.bootstrap-component .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.bootstrap-component .visible {
    visibility: visible!important
}

.bootstrap-component .invisible {
    visibility: hidden!important
}

@media print {
    .bootstrap-component *,
    .bootstrap-component :after,
    .bootstrap-component :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    .bootstrap-component a:not(.btn) {
        text-decoration: underline
    }
    .bootstrap-component abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .bootstrap-component pre {
        white-space: pre-wrap!important
    }
    .bootstrap-component blockquote,
    .bootstrap-component pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    .bootstrap-component thead {
        display: table-header-group
    }
    .bootstrap-component img,
    .bootstrap-component tr {
        page-break-inside: avoid
    }
    .bootstrap-component h2,
    .bootstrap-component h3,
    .bootstrap-component p {
        orphans: 3;
        widows: 3
    }
    .bootstrap-component h2,
    .bootstrap-component h3 {
        page-break-after: avoid
    }
    @page {
        .bootstrap-component {
            size: a3
        }
    }
    .bootstrap-component .container,
    .bootstrap-component body {
        min-width: 992px!important
    }
    .bootstrap-component .navbar {
        display: none
    }
    .bootstrap-component .badge {
        border: 1px solid #000
    }
    .bootstrap-component .table {
        border-collapse: collapse!important
    }
    .bootstrap-component .table td,
    .bootstrap-component .table th {
        background-color: #fff!important
    }
    .bootstrap-component .table-bordered td,
    .bootstrap-component .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .bootstrap-component .table-dark {
        color: inherit
    }
    .bootstrap-component .table-dark tbody+tbody,
    .bootstrap-component .table-dark td,
    .bootstrap-component .table-dark th,
    .bootstrap-component .table-dark thead th {
        border-color: #dee2e6
    }
    .bootstrap-component .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.bootstrap-nav .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.bootstrap-nav .nav-link {
    display: block;
    padding: .5rem 1rem
}

.bootstrap-nav .nav-link:focus,
.bootstrap-nav .nav-link:hover {
    text-decoration: none
}

.bootstrap-nav .nav-link.disabled {
    color: #6c757d
}

.bootstrap-nav .nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.bootstrap-nav .nav-tabs .nav-item {
    margin-bottom: -1px
}

.bootstrap-nav .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.bootstrap-nav .nav-tabs .nav-link:focus,
.bootstrap-nav .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.bootstrap-nav .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.bootstrap-nav .nav-tabs .nav-item.show .nav-link,
.bootstrap-nav .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.bootstrap-nav .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-nav .nav-pills .nav-link {
    border-radius: .25rem
}

.bootstrap-nav .nav-pills .nav-link.active,
.bootstrap-nav .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.bootstrap-nav .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.bootstrap-nav .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.bootstrap-nav .tab-content>.tab-pane {
    display: none
}

.bootstrap-nav .tab-content>.active {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

button,
button::-moz-focus-inner,
button[disabled],
html input[disabled],
html input[type=button],
input,
input::-moz-focus-inner,
input[type=checkbox],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=radio],
input[type=reset],
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=submit],
optgroup,
select,
textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

a:focus,
a:visited {
    outline: none;
    border: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 1.5rem
}

.c-small,
.slider-wrap .container {
    padding-bottom: 2rem
}

.c-small {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem
}

div[class^=col-] {
    margin-bottom: 0
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

.row,
.row.reverse {
    -webkit-box-orient: horizontal
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse,
.row.reverse {
    -webkit-box-direction: reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width:768px) {
    .container {
        width: 46rem;
        padding-top: 3rem
    }
    .c-small,
    .container,
    .slider-wrap .container {
        padding-bottom: 3rem
    }
    .c-small {
        max-width: 46rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3rem
    }
    div[class^=col-] {
        margin-bottom: 0
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .col-offset-one-third {
        margin-left: 33.33333%
    }
    .col-offset-two-third {
        margin-left: 66.66667%
    }
    .col-offset-one-sixth {
        margin-left: 16.66667%
    }
    .col-offset-one-eighth {
        margin-left: 12.5%
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width:993px) {
    .container {
        width: 61rem;
        padding-top: 4rem
    }
    .c-small,
    .container,
    .slider-wrap .container {
        padding-bottom: 4rem
    }
    .c-small {
        max-width: 46rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 4rem
    }
    div[class^=col-] {
        margin-bottom: 0
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-1 {
        margin-left: 8.333%
    }
    .col-md-offset-2 {
        margin-left: 16.667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.333%
    }
    .col-md-offset-5 {
        margin-left: 41.667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333%
    }
    .col-md-offset-8 {
        margin-left: 66.667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.333%
    }
    .col-md-offset-11 {
        margin-left: 91.667%
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width:1201px) {
    .container {
        width: 71rem;
        padding-top: 5rem
    }
    .c-small,
    .container,
    .slider-wrap .container {
        padding-bottom: 5rem
    }
    .c-small {
        max-width: 46rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5rem
    }
    div[class^=col-] {
        margin-bottom: 0
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-1 {
        margin-left: 8.333%
    }
    .col-lg-offset-2 {
        margin-left: 16.667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.333%
    }
    .col-lg-offset-5 {
        margin-left: 41.667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333%
    }
    .col-lg-offset-8 {
        margin-left: 66.667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.333%
    }
    .col-lg-offset-11 {
        margin-left: 91.667%
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.caldera-form-page div[class^=col-] {
    margin-bottom: 0!important
}

@font-face {
    font-family: avenir-regular;
    src: url(/build/fonts/avenir-regular.c0fee925.eot?#iefix);
    src: url(/build/fonts/avenir-regular.c0fee925.eot?#iefix) format("eot"), url(../fonts/avenir-regular.0593b70c.woff2) format("woff2"), url(/build/fonts/avenir-regular.c8b2bcde.woff) format("woff"), url(/build/fonts/avenir-regular.de800838.ttf) format("truetype")
}

@font-face {
    font-family: avenir-light;
    src: url(/build/fonts/avenir-light.671fddf4.eot?#iefix);
    src: url(/build/fonts/avenir-light.671fddf4.eot?#iefix) format("eot"), url(../fonts/avenir-light.67298f3e.woff2) format("woff2"), url(/build/fonts/avenir-light.4617ebe7.woff) format("woff"), url(/build/fonts/avenir-light.bd888039.ttf) format("truetype")
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(/build/fonts/fontawesome-webfont.674f50d2.eot);
    src: url(/build/fonts/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.af7ae505.woff2) format("woff2"), url(/build/fonts/fontawesome-webfont.fee66e71.woff) format("woff"), url(/build/fonts/fontawesome-webfont.b06871f2.ttf) format("truetype"), url(/build/images/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,
.fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before,
.fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }
    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    html:not(.no-js) [data-aos=fade-up-small] {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    html:not(.no-js) [data-aos=fade-up-smallest] {
        -webkit-transform: translate3d(0, 16px, 0);
        transform: translate3d(0, 16px, 0)
    }
    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-right-small] {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-left-small] {
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }
    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0)
    }
    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0)
    }
    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0)
    }
    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }
    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(.6);
        transform: translate3d(0, 100px, 0) scale(.6)
    }
    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(.6);
        transform: translate3d(0, -100px, 0) scale(.6)
    }
    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
        transform: translate3d(-100px, 0, 0) scale(.6)
    }
    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(.6);
        transform: translate3d(100px, 0, 0) scale(.6)
    }
    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2)
    }
    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2)
    }
    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }
    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2)
    }
    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden
    }
    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }
    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }
    html:not(.no-js) [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }
    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }
    html:not(.no-js) [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }
    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }
    html:not(.no-js) [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }
    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }
    html:not(.no-js) [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }
}

a.button,
button,
fieldset,
input,
legend,
optgroup,
option,
select,
textarea {
    box-sizing: border-box;
    outline: none;
    font-family: avenir-light;
    font-size: 1rem;
    color: #323e48;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin: 10px 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

datalist {
    font-family: avenir-light;
    font-size: 1rem
}

label {
    display: inline-block;
    text-align: left;
    margin: 10px 0
}

input[list],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    max-width: 100%;
    max-width: 100%;
    padding: 8px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #323e48
}

input[list],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    height: 40px;
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid #323e48
}

textarea {
    -webkit-appearance: none;
    overflow: auto
}

input[type=range] {
    height: 40px;
    width: 100%;
    max-width: 100%
}

input[type=file] {
    min-height: 40px
}

input[type=search] {
    height: 40px;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    vertical-align: middle
}

select {
    height: 40px;
    appearance: none;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

select::-ms-expand {
    display: none
}

.arrow-wrap {
    position: relative
}

.arrow-wrap:after {
    content: "\F107";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 1rem;
    color: #666;
    top: 1.1rem
}

select[multiple] {
    height: auto;
    min-height: 40px;
    padding: 0
}

select[multiple] option {
    margin: 0;
    padding: 8px
}

fieldset {
    padding: 10px 25px;
    border-radius: 0;
    border: 1px solid #323e48
}

legend {
    padding: 0 5px;
    font-weight: 700
}

a.button,
button:not(.slick-arrow),
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
    height: 40px;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: .4rem 1rem;
    cursor: pointer;
    color: #323e48;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid #323e48
}

a.button.invert:hover,
button:not(.slick-arrow).invert:hover,
input[type=button].invert:hover,
input[type=image].invert:hover,
input[type=reset].invert:hover,
input[type=submit].invert:hover {
    background: #fff;
    color: #323e48!important
}

a.button,
input[type=button],
input[type=submit] {
    transition: all .3s ease
}

input[type=image] {
    text-align: center;
    padding: 8px
}

button[disabled],
input[disabled],
option[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

a.button:focus,
button:focus,
input:focus,
option:focus,
select:focus,
textarea:focus {
    background-color: #f2f3f3;
    border-color: #323e48
}

.button:hover,
a.button:focus,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-color: #323e48;
    color: #fff
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline: 1px solid #323e48;
    border: 10px solid #fff;
    background: #fff;
    margin-right: 14px;
    transition: all .3s ease;
    vertical-align: top;
    top: 3px;
    z-index: 1
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #323e48;
    border-color: #323e48
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 3px rgba(50, 62, 72, .5)
}

input[type=checkbox]+label,
input[type=radio]+label {
    position: relative;
    cursor: pointer
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    position: absolute;
    top: 8px;
    left: -30px;
    transform: rotate(-45deg);
    width: 12px;
    z-index: 1;
    pointer-events: none
}

input[type=checkbox]+label:after,
input[type=radio]+label:after {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    outline: 1px solid #323e48;
    border: 10px solid #fff;
    background: #fff;
    left: -34px;
    transition: all .3s ease;
    vertical-align: top;
    top: 4px;
    z-index: 0;
    display: none
}

input[type=checkbox]:not(input[type=radio])+label,
input[type=radio]:not(input[type=radio])+label {
    width: calc(100% - 35px)
}

input[type=checkbox]:not(input[type=checkbox])+label,
input[type=radio]:not(input[type=checkbox])+label {
    margin-right: 10px
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    background-color: #323e48;
    border-color: #323e48
}

.checkbox {
    padding: .5rem 0
}

.checkbox label {
    position: relative;
    cursor: pointer;
    display: inline
}

.checkbox label:before {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    position: absolute;
    top: 8px;
    left: -30px;
    transform: rotate(-45deg);
    width: 12px;
    z-index: 1;
    pointer-events: none
}

.checkbox label:after {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    outline: 1px solid #323e48;
    border: 10px solid #fff;
    background: #fff;
    left: -34px;
    transition: all .3s ease;
    vertical-align: top;
    top: 4px;
    z-index: 0;
    display: none
}

.checkbox label:before {
    left: 4px;
    top: 3px
}

.checkbox label:after {
    left: 0;
    top: -2px
}

.checkbox label.checked:after {
    background-color: #323e48;
    border-color: #323e48
}

.checkbox input[type=checkbox] {
    top: 1px;
    margin: 0 .6rem 0 0;
    z-index: 0
}

.ie input[type=checkbox] {
    opacity: 0
}

.ie input[type=checkbox]+label:after {
    z-index: 2;
    display: block
}

.ie input[type=checkbox]+label:before {
    top: 9px;
    z-index: 3
}

.ie .checkbox label:after {
    display: block;
    top: 1px
}

.ie .checkbox label:before {
    top: 6px
}

.ie .checkbox input[type=checkbox] {
    opacity: 0
}

.edge input[type=checkbox]+label:after,
.firefox input[type=checkbox]+label:after {
    top: 3px
}

.edge .checkbox label:before,
.firefox .checkbox label:before {
    top: 5px
}

.radio label,
.radio label input[type=radio] {
    position: relative;
    cursor: pointer
}

.radio label input[type=radio] {
    margin: 0 2rem 0 0
}

.radio label input[type=radio]:before {
    transform: scale(0);
    transition: transform .3s ease;
    content: "";
    position: absolute;
    top: -.6rem;
    left: .4rem;
    z-index: 1;
    width: .75rem;
    height: .75rem;
    background: #323e48;
    border-radius: 50%
}

.radio label input[type=radio]:checked:before {
    transform: scale(1)
}

.radio label input[type=radio]:after {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border: 1px solid #323e48;
    border-radius: 50%
}

.button.download {
    position: relative;
    padding-left: 1rem
}

.button.download:before {
    content: none
}

.button.download[href*=".pdf?v="] {
    padding-left: 2.5rem
}

.button.download[href*=".pdf?v="]:before {
    background: url(/build/images/pdf.744e703b.svg) no-repeat;
    height: 1.25rem;
    width: 1.25rem;
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    display: block
}

.button.download[href*=".pdf?v="]:hover:before {
    background: url(/build/images/pdf-white.6de00b21.svg) no-repeat
}

#dynamic_form1 input {
    text-align: left
}

#dynamic_form1 #dynamic_form1_submit {
    margin-left: auto;
    display: block;
    margin-right: 0
}

.slider-items .s-content {
    padding: 0 .5rem
}

.slider-single .s-content {
    padding: 0
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .2);
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
    border-radius: 100%
}

@media only screen and (max-width:767px) {
    .slick-next,
    .slick-prev {
        bottom: 0;
        top: auto
    }
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: hsla(0, 0%, 100%, .2);
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 1rem
}

.slick-prev:before {
    content: "\F104"
}

.slick-next {
    right: 1rem
}

.slick-next:before {
    content: "\F105"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    margin: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F111";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.container .slick-slider {
    padding: 0 2rem
}

.container .slick-slider .slick-prev {
    left: .25rem
}

.container .slick-slider .slick-prev:before {
    content: "\F104"
}

.container .slick-slider .slick-next {
    right: .25rem
}

.container .slick-slider .slick-next:before {
    content: "\F105"
}

.container .slick-slider .slick-dots {
    width: calc(100% - 4rem)
}

@media only screen and (max-width:992px) {
    .slick-slide .product-box p {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .slick-slide .product-box p {
        display: block
    }
}

.slider-single.slick-dotted {
    margin-bottom: 0
}

.slider-single.slick-dotted .slick-dots {
    bottom: 10px
}

.slider-wrap.slider-full .container {
    padding-bottom: 0
}

.slider-single.slick-slider .s-content {
    height: 600px;
    background-position: 50%;
    background-size: cover
}

@media only screen and (max-width:480px) {
    .slider-single.slick-slider .s-content {
        height: 400px
    }
}

.slider-single.slick-slider .container,
.slider-single.slick-slider .row {
    height: 100%
}

.slider-single.slick-slider .container {
    padding-bottom: 2rem
}

.slick-slider div:focus {
    outline: none
}

body,
html {
    font-family: avenir-light;
    font-size: 1rem;
    line-height: 1.65rem;
    overflow-x: hidden
}

.no-scroll {
    overflow: hidden!important
}

.no-scroll #scroll {
    z-index: 999
}

.no-delay {
    transition-delay: 0s!important
}

.no-interaction {
    pointer-events: none!important
}

.accord {
    cursor: pointer
}

.accord .headline {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #323e48
}

.accord .headline:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #323e48;
    border-left: 1px solid #323e48;
    position: absolute;
    transform: rotate(-45deg);
    transition: all .3s ease;
    right: 2px;
    top: 4px
}

.accord .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(0, 1, 0, 1)
}

.accord.open .content {
    max-height: 9999px;
    transition: max-height .4s cubic-bezier(1, 0, 1, 0)
}

.accord.open .headline:before {
    top: 10px;
    transform: rotate(135deg)
}

@media only screen and (max-width:992px) {
    .visible-desktop {
        display: none!important
    }
}

h1 {
    font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1rem
}

@media only screen and (max-width:1600px) {
    h1 {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 2rem
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem
    }
}

h1+.subline {
    margin-top: -2.75rem;
    margin-bottom: 2.75rem
}

@media only screen and (max-width:480px) {
    h1+.subline {
        margin-top: -1.5rem;
        margin-bottom: 1.5rem
    }
}

h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    color: #e90029;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}

@media only screen and (max-width:992px) {
    h2 {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 1.4rem;
        line-height: 2.1rem
    }
}

@media only screen and (max-width:480px) {
    h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
}

h2+.subline {
    margin-top: -1.75rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:480px) {
    h2+.subline {
        margin-top: -1rem;
        margin-bottom: 1rem
    }
}

img+h2 {
    margin-top: 1rem
}

h2+img {
    margin-top: -1rem
}

@media only screen and (max-width:480px) {
    h2+img {
        margin-top: 0
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-bottom: 1rem
    }
}

h3+p {
    margin-top: -1rem
}

@media only screen and (max-width:480px) {
    h3+p {
        margin-top: 0
    }
}

img+h3 {
    margin-top: 1rem
}

h3+img {
    margin-top: -.5rem
}

h4 {
    font-size: 1.2rem;
    line-height: 120%
}

strong {
    font-family: avenir-regular;
    font-weight: 700
}

img+p,
p+img,
p+p {
    margin-top: 1rem
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

section.module ul {
    padding-left: 1.2rem
}

section.module ul li {
    list-style: circle
}

.subline,
.subline-red {
    display: block;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.subline-red {
    background: #e90029;
    display: inline-block;
    color: #fff;
    padding: 5px .75rem 4px;
    font-size: .85rem;
    letter-spacing: .05rem;
    font-family: avenir-regular;
    line-height: 1.2rem
}

@media only screen and (max-width:767px) {
    .subline-red {
        padding: 2px .5rem 0;
        font-size: .7rem
    }
}

.subline-red+p {
    margin-top: .5rem
}

.arrow-list li {
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.arrow-right {
    position: relative
}

.arrow-right:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border: 1px solid #e90029;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    bottom: 0;
    top: 0;
    right: -.8rem;
    margin: auto
}

a:not(.button) {
    transition: color .3s ease
}

a:not(.button):hover {
    color: #e90029
}

p+.button {
    margin-top: 1.5rem
}

.box-not-in-row.nir-4:first-of-type,
.box-not-in-row.nir-4:nth-of-type(3) {
    margin-top: 16.66667%
}

.box-not-in-row.nir-4:nth-of-type(4) {
    margin-top: -16.66667%
}

.box-not-in-row.nir-5:nth-of-type(2) {
    margin-top: calc(-33.33333% - 1.6rem)
}

.box-not-in-row.nir-5:nth-of-type(4) {
    margin-top: -16.66667%
}

.box-not-in-row.nir-7:first-of-type,
.box-not-in-row.nir-7:nth-of-type(3) {
    margin-top: 16.66667%
}

.box-not-in-row.nir-7:nth-of-type(5),
.box-not-in-row.nir-7:nth-of-type(7) {
    margin-top: -16.66667%
}

.box-not-in-row.nir-8:nth-of-type(2) {
    margin-top: calc(-33.33333% - 1.6rem)
}

.box-not-in-row.nir-8:nth-of-type(4),
.box-not-in-row.nir-8:nth-of-type(7) {
    margin-top: -16.66667%
}

@media only screen and (max-width:767px) {
    .box-not-in-row {
        margin-top: 0!important;
        margin-left: 0!important
    }
}

.slide-from-bot-xs {
    transform: translateY(80px)
}

.slide-from-bot-s {
    transform: translateY(120px)
}

.slide-from-bot-m {
    transform: translateY(160px)
}

.slide-from-bot-l {
    transform: translateY(200px)
}

.slide-from-bot-xl {
    transform: translateY(240px)
}

.slide-from-left {
    transform: translateX(-75px) translateY(75px)
}

.slide-from-right {
    transform: translateX(75px) translateY(75px)
}

.slide-from-left-bot {
    transform: translateX(-50px) translateY(160px)
}

.slide-from-right-bot {
    transform: translateX(50px) translateY(160px)
}

.slide-from-left-bot-with-mid {
    transform: translateX(-75px) translateY(160px)
}

.slide-from-right-bot-with-mid {
    transform: translateX(75px) translateY(160px)
}

.slide-from-bot-bot {
    transform: translateY(160px)
}

.slide-from-bot {
    transform: translateY(75px)
}

.slide-from-bot-left-small {
    transform: translateX(-25px) translateY(75px)
}

.slide-from-bot-right-small {
    transform: translateX(25px) translateY(75px)
}

.slide-from-bot.pic-1 {
    transform: translateY(400px);
    position: relative;
    /* filter: blur(5px); */
}

@media only screen and (max-width:992px) {
    .slide-from-bot.pic-1 {
        transform: translateY(60px)
    }
}

@media only screen and (max-width:767px) {
    .slide-from-bot.pic-1 {
        transform: translateY(0);
      
    }
}

.slide-from-bot-bot.pic-2 {
    max-width: 70%;
    transform: translate3d(-200px,20px ,10px)
}

@media only screen and (max-width:992px) {
    .slide-from-bot-bot.pic-2 {
        transform: translateY(30px)
    }
}

@media only screen and (max-width:767px) {
    .slide-from-bot-bot.pic-2 {
        transform: translateY(0);
        min-width: 100%;
      
    }
}

img.shopButton {
    width: 113px;
    height: 25px;
    margin-bottom: -7px
}

@media only screen and (max-width:767px) {
    img.shopButton {
        margin: 0 auto
    }
}

header {
    position: relative;
    height: 100vh
}

@media only screen and (max-width:767px) {
    header {
        height: auto
    }
}

header #scroll {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate3D(-50%, -20px, 0);
    bottom: 3rem;
    z-index: 1000;
    font-size: .8rem;
    -webkit-animation: scroll-down 2s 3s infinite;
    animation: scroll-down 2s 3s infinite;
    padding-left: 1px;
    cursor: pointer
}

header #scroll i {
    opacity: 0;
    text-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    -webkit-animation: menu-fading-in .8s 2.2s forwards;
    animation: menu-fading-in .8s 2.2s forwards
}

@media only screen and (max-width:767px) {
    header #scroll {
        display: none
    }
}

header .overlay {
    width: 0;
    height: 0;
    background: #fff;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    cursor: url(../images/cross.866a940b.png), auto;
    transition: opacity .5s ease, width 0s ease .45s, height 0s ease .45s
}

header .overlay.open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transition: opacity .1s ease .4s, width 0s ease 0s, height 0s ease 0s
}

header .breadcrumbs {
    position: absolute;
    right: 1.25rem;
    top: 3.5rem;
    z-index: 2;
    font-size: 1rem;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.7, 0, .3, 1) 2s;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

header .breadcrumbs span {
    color: #b5a898
}

header .breadcrumbs span a {
    color: #fff
}

header .breadcrumbs span a:hover {
    color: #e90029
}

@media only screen and (max-width:992px) {
    header .breadcrumbs {
        font-size: .85rem
    }
}

@media only screen and (max-width:767px) {
    header .breadcrumbs {
        text-shadow: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: .25rem
    }
}

header .frame {
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    left: calc(50% - 140px);
    z-index: 1000;
    transition: height .7s cubic-bezier(.7, 0, .3, 1)
}

header .frame:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

header .frame.sticky {
    height: 96px;
    transition: height .7s cubic-bezier(.7, 0, .3, 1) 0s
}

header .frame.open {
    width: 100%!important;
    left: 0!important
}

header .header-top {
    padding: .5rem 1rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: .8rem;
    text-transform: uppercase;
    transition: top .6s cubic-bezier(.7, 0, .3, 1) 2s
}

header .header-top .left,
header .header-top .right {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

header .header-top .left p {
    font-size: .85rem
}

@media only screen and (max-width:767px) {
    header .header-top .left {
        opacity: 0;
        flex-basis: 66%;
        max-width: 66%
    }
}

header .header-top .right {
    text-align: right
}

header .header-top .right #lang-icon {
    cursor: pointer;
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 1.2rem
}

@media only screen and (max-width:767px) {
    header .header-top .right #lang-icon {
        display: block;
        flex-basis: 33%;
        max-width: 33%
    }
}

header .header-top .right #lang-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

header .header-top ul.misc-menu {
    display: inline-block;
    margin-right: .3rem
}

header .header-top ul.misc-menu li {
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative;
    display: inline-block
}

header .header-top ul.misc-menu li a {
    font-size: .85rem
}

@media only screen and (max-width:767px) {
    header .header-top ul.misc-menu {
        display: none
    }
}

header .header-top ul.lang {
    display: inline-block
}

@media only screen and (max-width:1600px) {
    header .header-top ul.lang {
        position: relative;
        margin-right: 3rem
    }
}

@media only screen and (max-width:767px) {
    header .header-top ul.lang {
        position: absolute;
        top: 38px;
        right: 0;
        width: 44px;
        transition: max-height .4s cubic-bezier(0, 1, 0, 1) .1s;
        overflow: hidden;
        max-height: 0;
        margin-right: 0
    }
    header .header-top ul.lang.open {
        max-height: 9999px;
        transition: max-height .4s cubic-bezier(1, 0, 1, 0) .1s
    }
}

header .header-top ul.lang li {
    padding-left: .4rem;
    padding-right: .3rem;
    position: relative;
    display: inline-block
}

@media only screen and (max-width:767px) {
    header .header-top ul.lang li {
        display: block;
        padding: 0
    }
}

header .header-top ul.lang li a {
    font-size: .85rem
}

@media only screen and (max-width:767px) {
    header .header-top ul.lang li a {
        display: block;
        background-color: #fff;
        width: 44px;
        padding-right: 2px;
        text-align: center
    }
}

header .header-top ul.lang li a:after {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    font-weight: 400;
    right: -4px
}

header .header-top ul.lang li:last-child {
    padding-right: 0
}

header .header-top ul.lang li:last-child a:after {
    display: none
}

header .header-top ul.lang li a.active {
    font-family: avenir-regular;
    font-weight: 700
}

header .header-top .search {
    width: 250px;
    float: right;
    margin-left: 1rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #fff;
    height: 27px;
    transition: all .4s ease
}

header .header-top .search form {
    transition: all .2s ease
}

@media only screen and (max-width:1600px) {
    header .header-top .search form {
        opacity: 0
    }
}

header .header-top .search form input[type=search],
header .header-top .search form input[type=text] {
    text-align: left;
    display: inline;
    width: 70%;
    height: 25px;
    margin: 0;
    padding: 0
}

header .header-top .search form input[type=submit] {
    text-align: center;
    display: inline;
    width: 25%;
    height: 25px;
    margin: 0;
    padding: 0
}

header .header-top .search:before {
    content: "\F002";
    position: absolute;
    font-size: 1.1rem;
    top: 5px;
    left: 5px;
    transition: all .3s ease;
    opacity: 0
}

@media only screen and (max-width:1600px) {
    header .header-top .search:before {
        opacity: 1
    }
}

@media only screen and (max-width:1600px) {
    header .header-top .search {
        position: absolute;
        right: -2.25rem;
        width: 27px;
        top: 0;
        margin-left: 0
    }
    header .header-top .search:hover {
        width: 250px
    }
    header .header-top .search:hover form {
        opacity: 1;
        transition: all .3s ease .1s
    }
    header .header-top .search:hover:before {
        opacity: 0
    }
}

@media only screen and (max-width:767px) {
    header .header-top .search {
        display: none;
        top: 8px;
        right: .5rem
    }
}

header .split-screen {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    height: 100%
}

header .split-screen .left,
header .split-screen .right {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex
}

header .split-screen .left .media,
header .split-screen .right .media {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: transform 1s cubic-bezier(.7, 0, .3, 1) 1s
}

header .split-screen .left .media img,
header .split-screen .right .media img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative!important
}

@media only screen and (max-width:767px) {
    header .split-screen .left .media,
    header .split-screen .right .media {
        transition: transform .8s cubic-bezier(.7, 0, .3, 1) 1s
    }
    header .split-screen .left .media:after,
    header .split-screen .right .media:after {
        content: "";
        width: 100%;
        height: 75%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(180deg, transparent 0, #323e48)
    }
}

header .split-screen .left .bg-holder,
header .split-screen .right .bg-holder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 1s cubic-bezier(.7, 0, .3, 1) 1s;
    background-color: #323e48
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder,
    header .split-screen .right .bg-holder {
        display: block;
        background-color: transparent;
        padding: 0 1.5rem 2rem;
        transform: none;
        transition: transform .8s cubic-bezier(.7, 0, .3, 1) 1s
    }
}

header .split-screen .left .bg-holder .content-wrap,
header .split-screen .right .bg-holder .content-wrap {
    max-width: 50%;
    margin-left: 33%;
    text-align: left
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap,
    header .split-screen .right .bg-holder .content-wrap {
        max-width: 60%;
        margin-left: 27.5%
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap,
    header .split-screen .right .bg-holder .content-wrap {
        max-width: 100%;
        height: 100%;
        margin-left: 0;
        position: relative;
        top: 0
    }
}

header .split-screen .left .bg-holder .content-wrap .claim,
header .split-screen .right .bg-holder .content-wrap .claim {
    display: inline-block;
    opacity: 0;
    margin-top: 2rem;
    margin-bottom: 6rem;
    margin-left: -25%;
    width: 130%;
    transition: transform .6s cubic-bezier(.7, 0, .3, 1) 2s, opacity .6s cubic-bezier(.7, 0, .3, 1) 2s
}

@media only screen and (max-width:1600px) {
    header .split-screen .left .bg-holder .content-wrap .claim,
    header .split-screen .right .bg-holder .content-wrap .claim {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .claim,
    header .split-screen .right .bg-holder .content-wrap .claim {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap .claim,
    header .split-screen .right .bg-holder .content-wrap .claim {
        margin-left: -28%
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .claim,
    header .split-screen .right .bg-holder .content-wrap .claim {
        width: 100%;
        position: absolute;
        margin: 0
    }
}

header .split-screen .left .bg-holder .content-wrap .claim:after,
header .split-screen .left .bg-holder .content-wrap .claim:before,
header .split-screen .right .bg-holder .content-wrap .claim:after,
header .split-screen .right .bg-holder .content-wrap .claim:before {
    content: "";
    display: block;
    width: 30%;
    border-top: 2px solid #fff
}

header .split-screen .left .bg-holder .content-wrap .claim:after,
header .split-screen .right .bg-holder .content-wrap .claim:after {
    margin-top: 1.5rem
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .claim:after,
    header .split-screen .right .bg-holder .content-wrap .claim:after {
        margin-top: 1.25rem
    }
}

header .split-screen .left .bg-holder .content-wrap .claim:before,
header .split-screen .right .bg-holder .content-wrap .claim:before {
    margin-bottom: 1.5rem
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .claim:before,
    header .split-screen .right .bg-holder .content-wrap .claim:before {
        margin-bottom: 1.25rem
    }
}

header .split-screen .left .bg-holder .content-wrap .claim h1,
header .split-screen .right .bg-holder .content-wrap .claim h1 {
    color: #fff
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .claim h1,
    header .split-screen .right .bg-holder .content-wrap .claim h1 {
        margin-bottom: 1.25rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .4)
    }
}

header .split-screen .left .bg-holder .content-wrap .claim h1+.subline,
header .split-screen .right .bg-holder .content-wrap .claim h1+.subline {
    margin-top: .5rem;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .claim h1+.subline,
    header .split-screen .right .bg-holder .content-wrap .claim h1+.subline {
        margin-top: -.5rem
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .claim .subline,
    header .split-screen .right .bg-holder .content-wrap .claim .subline {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .4)
    }
}

header .split-screen .left .bg-holder .content-wrap .content-box p,
header .split-screen .right .bg-holder .content-wrap .content-box p {
    margin-top: .5rem
}

header .split-screen .left .bg-holder .content-wrap .content-box p a,
header .split-screen .right .bg-holder .content-wrap .content-box p a {
    color: #b5a898
}

header .split-screen .left .bg-holder .content-wrap .content-box .subline-red,
header .split-screen .right .bg-holder .content-wrap .content-box .subline-red {
    font-weight: 700
}

header .split-screen .left .bg-holder .content-wrap .zitat-box,
header .split-screen .right .bg-holder .content-wrap .zitat-box {
    position: relative;
    width: 120%;
    right: 15%
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box,
    header .split-screen .right .bg-holder .content-wrap .zitat-box {
        width: 130%;
        right: 25%
    }
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box,
    header .split-screen .right .bg-holder .content-wrap .zitat-box {
        width: 100%;
        right: 0
    }
}

header .split-screen .left .bg-holder .content-wrap .zitat-box:before,
header .split-screen .right .bg-holder .content-wrap .zitat-box:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
    width: 0
}

header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-portrait,
header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-portrait {
    vertical-align: middle;
    border-radius: 100%;
    background-color: #b5a898;
    max-width: 180px;
    display: inline-block;
    margin-right: 1.5rem
}

@media only screen and (max-width:1600px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-portrait,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-portrait {
        max-width: 150px;
        margin-right: 1rem
    }
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-portrait,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-portrait {
        display: block;
        margin: 0 0 1rem
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-portrait,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-portrait {
        display: block;
        margin: 0 0 1.25rem
    }
}

header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text,
header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 135%;
    color: #fff;
    width: calc(100% - 210px);
    letter-spacing: .5px
}

@media only screen and (max-width:1600px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text {
        font-size: 1rem;
        width: calc(100% - 170px)
    }
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text {
        font-size: .9rem
    }
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text {
        line-height: 150%
    }
}

header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text .zitat-name,
header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text .zitat-name {
    margin-top: 1.5rem;
    display: block;
    color: #b5a898
}

@media only screen and (max-width:1200px) {
    header .split-screen .left .bg-holder .content-wrap .zitat-box .zitat-text .zitat-name,
    header .split-screen .right .bg-holder .content-wrap .zitat-box .zitat-text .zitat-name {
        margin-top: .75rem
    }
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide {
    transition: all .6s cubic-bezier(.7, 0, .3, 1)
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide .product-box .button,
header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide .product-box p,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide .product-box .button,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide .product-box p {
    transition: all .2s ease 0s;
    transform: translate3d(0, 16px, 0);
    opacity: 0
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide img,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide img {
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    transform: scale(1.2)
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide.slick-active img,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide.slick-active img {
    transform: scale(1)
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide.slick-active .product-box .button,
header .split-screen .left .bg-holder .content-wrap .slider-header .slick-slide.slick-active .product-box p,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide.slick-active .product-box .button,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-slide.slick-active .product-box p {
    transition: all .6s ease .4s, background-color .3s ease, color .3s ease;
    transform: translateZ(0);
    opacity: 1
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow {
    background: none;
    color: #fff;
    top: unset;
    transform: none
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow:before,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow:before {
    color: #fff;
    transition: all .3s
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow.slick-next,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow.slick-next {
    right: -2.2rem;
    text-align: right
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow.slick-next,
    header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow.slick-next {
        right: -1rem
    }
}

header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow.slick-prev,
header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow.slick-prev {
    left: -2.2rem
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .slider-header .slick-arrow.slick-prev,
    header .split-screen .right .bg-holder .content-wrap .slider-header .slick-arrow.slick-prev {
        left: -1rem
    }
}

header .split-screen .left .bg-holder .content-wrap .button,
header .split-screen .left .bg-holder .content-wrap .headline,
header .split-screen .left .bg-holder .content-wrap p,
header .split-screen .right .bg-holder .content-wrap .button,
header .split-screen .right .bg-holder .content-wrap .headline,
header .split-screen .right .bg-holder .content-wrap p {
    color: #fff
}

header .split-screen .left .bg-holder .content-wrap .headline,
header .split-screen .right .bg-holder .content-wrap .headline {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    line-height: 135%
}

@media only screen and (max-width:1600px) {
    header .split-screen .left .bg-holder .content-wrap .headline,
    header .split-screen .right .bg-holder .content-wrap .headline {
        font-size: 1.15rem;
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap .headline,
    header .split-screen .right .bg-holder .content-wrap .headline {
        margin-bottom: 1rem
    }
}

header .split-screen .left .bg-holder .content-wrap p,
header .split-screen .right .bg-holder .content-wrap p {
    font-size: 1rem;
    line-height: 1.5rem
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap p,
    header .split-screen .right .bg-holder .content-wrap p {
        font-size: .95rem
    }
}

header .split-screen .left .bg-holder .content-wrap .button,
header .split-screen .right .bg-holder .content-wrap .button {
    width: auto;
    margin-top: 1rem;
    border: 1px solid #fff
}

header .split-screen .left {
    overflow: hidden
}

header .split-screen .left .media {
    transform: translateX(100%)
}

@media only screen and (max-width:767px) {
    header .split-screen .left .media {
        transform: translateX(-100%)
    }
}

header .split-screen .left .claim {
    transform: translateX(-60%)
}

header .split-screen .left .bg-holder {
    transform: translateX(100%)
}

header .split-screen .left .bg-holder .content-wrap {
    margin-left: 28%
}

@media only screen and (max-width:992px) {
    header .split-screen .left .bg-holder .content-wrap {
        margin-left: 27.5%
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left .bg-holder .content-wrap {
        margin-left: 0
    }
}

header .split-screen .right {
    overflow: hidden;
    border-left: 1px solid #fff
}

@media only screen and (max-width:767px) {
    header .split-screen .right {
        height: auto;
        border: none;
        position: relative;
        overflow: visible;
        background-color: #323e48
    }
}

header .split-screen .right .claim {
    transform: translateX(60%)
}

header .split-screen .right .bg-holder,
header .split-screen .right .media {
    transform: translateX(-100%)
}

header .split-screen .right .media:before {
    content: "";
    width: 320%;
    height: 5rem;
    position: absolute;
    top: 0;
    right: -100%;
    background: linear-gradient(45deg, transparent, #000);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 1
}

@media only screen and (max-width:767px) {
    header .split-screen .right .media:before {
        content: none
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .left-mobile {
        order: 1;
        height: calc(100vh - 3rem);
        background-color: #fff
    }
    header .split-screen .left-mobile .media {
        transform: translateX(-100%)
    }
}

@media only screen and (max-width:767px) {
    header .split-screen .right-mobile {
        z-index: 1;
        order: 2;
        height: auto;
        border: none;
        position: relative;
        overflow: visible;
        background-color: #323e48
    }
    header .split-screen .right-mobile .claim {
        transform: translateX(60%)
    }
}

header.myamiea .frame:before {
    height: auto
}

header.myamiea .left {
    order: 1
}

@media only screen and (max-width:767px) {
    header.myamiea .left {
        order: 2;
        height: auto
    }
}

@media only screen and (max-width:767px) {
    header.myamiea .left .bg-holder {
        height: auto
    }
}

header.myamiea .left .bg-holder .content-wrap .claim h1,
header.myamiea .left .bg-holder .content-wrap p,
header.myamiea .left .bg-holder .content-wrap span,
header.myamiea .left .bg-holder .content-wrap strong {
    color: #323e48;
    text-shadow: none
}

header.myamiea .left .bg-holder .content-wrap .claim {
    margin-left: 0
}

@media only screen and (max-width:767px) {
    header.myamiea .left .bg-holder .content-wrap .claim {
        position: static;
        margin-top: 3rem;
        margin-bottom: 2rem
    }
}

header.myamiea .left .bg-holder .content-wrap .claim:after,
header.myamiea .left .bg-holder .content-wrap .claim:before {
    border-color: #323e48;
    box-shadow: none!important
}

@media only screen and (max-width:767px) {
    header.myamiea .left .bg-holder .content-wrap .claim h1 {
        margin-bottom: .25rem
    }
}

header.myamiea .left .bg-holder .content-wrap .button {
    border-color: #323e48;
    color: #323e48;
    text-shadow: none;
    margin-top: 2rem
}

header.myamiea .left .bg-holder .content-wrap .button:hover {
    color: #fff
}

header.myamiea .left .bg-holder .content-wrap p.dist-nr {
    margin-top: 0
}

header.myamiea .left .bg-holder .content-wrap img {
    max-width: 10rem;
    margin-bottom: 2.5rem
}

header.myamiea .left .bg-holder .content-wrap .content-box-myamiea>p {
    margin-bottom: 2.5rem
}

header.myamiea .right {
    height: auto;
    display: block;
    order: 2
}

@media only screen and (max-width:767px) {
    header.myamiea .right {
        order: 1
    }
}

header.myamiea .right .bg-holder {
    height: auto;
    margin-top: 2.7rem
}

@media only screen and (max-width:767px) {
    header.myamiea .right .bg-holder {
        padding: 0
    }
}

header.myamiea .right .bg-holder .content-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0
}

@media only screen and (max-width:992px) {
    header.myamiea .right .bg-holder .content-wrap>div:last-child {
        border-top: 1px solid #fff
    }
}

header.myamiea .right .bg-holder .content-wrap .v-half {
    position: relative;
    height: calc(50vh - 1.35rem)
}

@media only screen and (max-width:767px) {
    header.myamiea .right .bg-holder .content-wrap .v-half {
        max-height: 230px
    }
}

@media only screen and (max-width:767px) {
    header.myamiea .right .bg-holder .content-wrap .v-half:first-child {
        max-height: 250px
    }
}

header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin-left: 50%;
    background: rgba(50, 62, 72, .9)
}

@media only screen and (max-width:992px) {
    header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half {
        width: 100%;
        margin-left: 0
    }
}

header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half .wrap {
    position: absolute;
    bottom: 0;
    padding: 2rem
}

@media only screen and (max-width:767px) {
    header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half .wrap {
        padding: 1rem
    }
}

header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half .wrap h2 {
    color: #fff;
    margin-bottom: .75rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 2rem
}

header.myamiea .right .bg-holder .content-wrap .v-half .overlay-half .wrap h2:after {
    background: #fff;
    content: "";
    width: 4rem;
    height: 1px;
    display: block;
    margin-top: .5rem
}

header.myamiea .right .bg-holder .content-wrap .v-half img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

header .menu {
    vertical-align: middle;
    background: #fff;
    max-width: 100vw;
    padding: 2rem 2rem .75rem;
    display: inline-block;
    z-index: 1000;
    letter-spacing: .5px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    width: 17rem;
    opacity: 1;
    position: relative;
    border: 0 solid transparent;
    transition: opacity .6s cubic-bezier(.7, 0, .3, 1) .5s, top .6s cubic-bezier(.7, 0, .3, 1) 0s, width .6s cubic-bezier(.7, 0, .3, 1) 0s, padding .6s cubic-bezier(.7, 0, .3, 1) 0s, transform .6s cubic-bezier(.7, 0, .3, 1) 0s, height .6s cubic-bezier(.7, 0, .3, 1) 0s
}

@media only screen and (max-width:1200px) {
    header .menu {
        width: 15.5rem;
        padding: 1.5rem 1.5rem .5rem
    }
}

header .menu .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  /*  width: 160px;*/
    transition: width .6s cubic-bezier(.7, 0, .3, 1), margin .6s cubic-bezier(.7, 0, .3, 1)
}

@media only screen and (max-width:1200px) {
    header .menu .logo {
        margin-bottom: 1.5rem
    }
}

header .menu nav {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    transition: max-height .6s cubic-bezier(.7, 0, .3, 1) 0s;
    position: relative
}

header .menu nav:before {
    top: 0
}

header .menu nav:after,
header .menu nav:before {
    content: "";
    transition: width .4s ease .5s, top 0s;
    width: 100%;
    height: 1px;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    background-color: #000;
    left: 50%
}

header .menu nav:after {
    bottom: 0
}

header .menu nav ul li a {
    padding: .6rem 0;
    display: block;
    text-transform: uppercase;
    position: relative
}

header .menu nav ul li a.with-sub {
    padding-right: 1.25rem;
    display: inline-block
}

header .menu nav ul li a.with-sub i {
    transition: all .3s ease;
    position: relative;
    right: -7px;
    font-size: 1.2rem;
    top: 7px
}

header .menu nav ul li a.with-sub:hover i:after,
header .menu nav ul li a.with-sub:hover i:before {
    background: #e90029
}

header .menu nav ul li a.overview-page-link {
    font-size: 1rem;
    padding: 0!important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    top: 10px;
    display: none;
    transition: max-height 0s cubic-bezier(.7, 0, .3, 1) 0s, opacity 0s ease 0s, top 0s ease .2s
}

@media only screen and (max-width:992px) {
    header .menu nav ul li a.overview-page-link {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    header .menu nav ul li a {
        font-size: .9rem;
        padding: .4rem 0
    }
}

@media only screen and (max-width:1200px) and (max-width:767px) {
    header .menu nav ul li a {
        font-size: 1rem
    }
}

header .menu nav ul li:first-of-type a {
    padding-top: 1rem
}

header .menu nav ul li:last-of-type a {
    padding-bottom: 1rem
}

header .menu nav ul.sub-ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s cubic-bezier(0, 1, 0, 1) 0s, padding 0s ease 0s, margin 0s linear 0s;
    display: table-column;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 20%);
    padding: 0
}

@media only screen and (max-width:992px) {
    header .menu nav ul.sub-ul {
        grid-template-columns: repeat(auto-fit, 100%)
    }
}

header .menu nav ul.sub-ul li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (max-width:767px) {
    header .menu nav ul.sub-ul li {
        border-right: none!important
    }
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.sub-ul li:last-child {
        border-right: none
    }
}

header .menu nav ul.sub-ul li:first-child {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.sub-ul li:first-child {
        border-left: none
    }
}

header .menu nav ul.sub-ul li:first-child a {
    padding-top: .25rem!important
}

header .menu nav ul.sub-ul li a {
    font-size: .9rem;
    padding: .25rem 1.5rem;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: .2px;
    opacity: 0
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.sub-ul li a {
        font-size: .85rem;
        padding: .25rem 1rem
    }
}

@media only screen and (max-width:992px) {
    header .menu nav ul.sub-ul li a {
        font-size: 1rem;
        padding: .5rem 1rem!important
    }
}

header .menu nav ul.sub-ul li a.sub-ul-header {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .25rem;
    font-size: 1rem;
    opacity: 0
}

@media only screen and (max-width:767px) {
    header .menu nav ul.sub-ul li a.sub-ul-header {
        font-size: 1rem;
        padding: .5rem 1rem
    }
}

header .menu nav ul.sub-ul li ul.sub-ul {
    padding: 0;
    display: inline-block!important
}

header .menu nav ul.sub-ul li ul.sub-ul li {
    display: block;
    border: none
}

header .menu nav ul.sub-ul li ul.sub-ul li a {
    opacity: 0
}

@media only screen and (max-width:767px) {
    header .menu nav ul.sub-ul li ul.sub-ul {
        max-height: 0;
        overflow: hidden
    }
}

header .menu nav ul.menu-list li {
    position: relative
}

header .menu nav ul.menu-list li .li-line {
    height: 100%;
    position: absolute;
    opacity: 0;
    width: 0;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 1px));
    transition: width .4s ease
}

header .menu nav ul.menu-list li .li-line:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #e90029;
    top: 37px
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.menu-list li .li-line:before {
        top: 34px
    }
}

@media only screen and (max-width:767px) {
    header .menu nav ul.menu-list li .li-line:before {
        top: 37px
    }
}

header .menu nav ul.menu-list li .li-line:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 7px;
    background-color: #e90029;
    transition: bottom .4s cubic-bezier(.7, 0, .3, 1) .4s
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.menu-list li .li-line:after {
        bottom: 3px
    }
}

@media only screen and (max-width:767px) {
    header .menu nav ul.menu-list li .li-line:after {
        bottom: 0
    }
}

header .menu nav ul.menu-list li:first-of-type .li-line:before {
    top: 28px
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.menu-list li:first-of-type .li-line:before {
        top: 26px
    }
}

@media only screen and (max-width:767px) {
    header .menu nav ul.menu-list li:first-of-type .li-line:before {
        top: 31px
    }
}

@media only screen and (max-width:1200px) {
    header .menu nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 4px
    }
}

@media only screen and (max-width:767px) {
    header .menu nav ul.menu-list li:first-of-type .li-line:after {
        bottom: -1px
    }
}

header .menu nav ul.menu-list li.mobile-only {
    display: none
}

@media only screen and (max-width:767px) {
    header .menu nav ul.menu-list li.mobile-only {
        display: block
    }
}

header .menu .social {
    height: 40px;
    overflow: hidden;
    transition: height .6s cubic-bezier(.7, 0, .3, 1)
}

header .menu .social ul li {
    display: inline-block;
    margin: 1rem 1rem 0;
    transition: font-size .3s ease .5s, margin .3s ease
}

header .menu .menu-wrap {
    height: 0;
    margin-top: .5rem;
    overflow: hidden;
    transition: height .6s cubic-bezier(.7, 0, .3, 1)
}

header .menu .menu-wrap #menu-icon {
    display: block;
    transition: margin-top .4s cubic-bezier(.7, 0, .3, 1) .4s;
    margin-top: 0;
    cursor: pointer
}

@media only screen and (max-width:992px) {
    header .menu .menu-wrap #menu-icon {
        pointer-events: none
    }
}

header .menu .menu-wrap #close-menu {
    color: #e90029;
    cursor: pointer;
    transition: color .6s cubic-bezier(.7, 0, .3, 1)
}

header .menu .menu-wrap #close-menu span {
    position: relative;
    padding-left: 10px
}

header .menu .menu-wrap #close-menu span:after,
header .menu .menu-wrap #close-menu span:before {
    transition: background-color .6s cubic-bezier(.7, 0, .3, 1);
    content: "";
    top: calc(50% - 1px);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    background-color: #e90029;
    left: -5px
}

header .menu .menu-wrap #close-menu span:before {
    width: 2px;
    height: 14px
}

header .menu .menu-wrap #close-menu span:after {
    left: -11px;
    width: 14px;
    height: 2px
}

header .menu .menu-wrap.close #menu-icon {
    margin-top: -1.5rem
}

header.sticky #scroll {
    z-index: 999
}

header.sticky .frame {
    height: 96px;
    transition: height .55s cubic-bezier(.7, 0, .3, 1) 0s
}

@media only screen and (max-width:992px) {
    header.sticky .frame {
        height: 88px;
        transition: height 0s
    }
}

@media only screen and (max-width:480px) {
    header.sticky .frame.shortend {
        width: 160px;
        left: calc(50% - 80px)
    }
}

@media only screen and (max-width:992px) {
    header.sticky .frame.shortend .menu-wrap #menu-icon {
        pointer-events: auto
    }
}

header#homepage .header-top {
    top: -3rem
}

header#homepage .menu {
    opacity: 0
}

header#homepage .menu nav {
    max-height: 2px
}

@media only screen and (max-width:992px) {
    header#homepage .menu nav {
        max-height: 1px
    }
}

header#homepage.animation-active .header-top {
    top: 0
}

header#homepage.animation-active .menu {
    opacity: 1
}

header#homepage.animation-active .menu nav {
    transition-delay: 2s
}

header#homepage .split-screen .left .bg-holder .content-wrap,
header#homepage .split-screen .right .bg-holder .content-wrap {
    max-width: 50%;
    margin-left: 40%
}

@media only screen and (max-width:992px) {
    header#homepage .split-screen .left .bg-holder .content-wrap,
    header#homepage .split-screen .right .bg-holder .content-wrap {
        max-width: 60%;
        margin-left: 28%
    }
}

@media only screen and (max-width:767px) {
    header#homepage .split-screen .left .bg-holder .content-wrap,
    header#homepage .split-screen .right .bg-holder .content-wrap {
        max-width: 100%;
        height: 100%;
        margin-left: 0;
        position: relative;
        top: 0
    }
}

header.fullscreen .split-screen .left,
header.fullscreen .split-screen .right {
    position: relative
}

header.fullscreen .split-screen .left .media,
header.fullscreen .split-screen .right .media {
    width: 100vw;
    position: absolute
}

header.fullscreen .split-screen .left .media img,
header.fullscreen .split-screen .right .media img {
    width: 100vw
}

header.fullscreen .split-screen .left .bg-holder,
header.fullscreen .split-screen .right .bg-holder {
    background-color: transparent
}

header.fullscreen .split-screen .left .bg-holder .claim,
header.fullscreen .split-screen .right .bg-holder .claim {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
}

header.fullscreen .split-screen .left .bg-holder .claim:after,
header.fullscreen .split-screen .left .bg-holder .claim:before,
header.fullscreen .split-screen .right .bg-holder .claim:after,
header.fullscreen .split-screen .right .bg-holder .claim:before {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

header.fullscreen .split-screen .left .bg-holder .content-box,
header.fullscreen .split-screen .right .bg-holder .content-box {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

header.fullscreen .split-screen .left .bg-holder.only-claim,
header.fullscreen .split-screen .right .bg-holder.only-claim {
    align-items: flex-start
}

header.fullscreen .split-screen .left .bg-holder.only-claim .claim,
header.fullscreen .split-screen .right .bg-holder.only-claim .claim {
    margin-top: 13vh
}

header.fullscreen .split-screen .left .bg-holder.only-content-box,
header.fullscreen .split-screen .right .bg-holder.only-content-box {
    align-items: flex-end
}

header.fullscreen .split-screen .left .bg-holder.only-content-box .content-box,
header.fullscreen .split-screen .right .bg-holder.only-content-box .content-box {
    margin-bottom: 10vh
}

header.fullscreen .split-screen .left .media {
    transform: translateX(calc(50% + 1px))
}

@media only screen and (max-width:767px) {
    header.fullscreen .split-screen .left .claim {
        margin: 0;
        bottom: 12px;
        position: absolute;
        transform: translateX(60%)
    }
    header.fullscreen .split-screen .left .media {
        transform: translateX(-100%)
    }
    header.fullscreen .split-screen .left .media img {
        -o-object-position: 25%;
        object-position: 25%
    }
}

@media only screen and (max-width:767px) {
    header.fullscreen .split-screen .right.empty {
        background-color: transparent
    }
    header.fullscreen .split-screen .right.empty .bg-holder {
        padding: 1rem 1.5rem
    }
    header.fullscreen .split-screen .right.empty .bg-holder .breadcrumbs,
    header.fullscreen .split-screen .right.empty .bg-holder .breadcrumbs a {
        color: #323e48
    }
    header.fullscreen .split-screen .right.empty .bg-holder .breadcrumbs a:hover {
        color: #e90029
    }
    header.fullscreen .split-screen .right .media {
        display: none
    }
}

header.fullscreen .split-screen .right .media {
    position: absolute;
    left: -50vw;
    width: 100vw;
    transform: translateX(calc(-50% - 1px))
}

header.fullscreen .split-screen .right .media:before {
    width: 100%;
    right: -50%
}

header.animation-active .breadcrumbs {
    opacity: 1
}

header.animation-active .split-screen .left .bg-holder,
header.animation-active .split-screen .left .media,
header.animation-active .split-screen .right .bg-holder,
header.animation-active .split-screen .right .media {
    transform: translateX(0)
}

header.animation-active .split-screen .left .bg-holder .content-wrap .claim,
header.animation-active .split-screen .right .bg-holder .content-wrap .claim {
    transform: translateX(0);
    opacity: 1
}

header.animation-active .split-screen .right .media {
    transform: translateX(-1px)
}

@media only screen and (max-width:767px) {
    header.animation-active .split-screen .right .media {
        transform: translateX(0)
    }
}

header.simple {
    height: auto
}

header.simple .line p:first-of-type:before,
header.simple h1 {
    margin-bottom: 1rem
}

header.simple h1 {
    color: #323e48
}

header.simple p {
    max-width: 40rem
}

header.simple .container {
    margin-top: 6rem
}

header.simple .container.line a:not(.button):not(.arrow-right) {
    color: #e90029
}

header.simple .breadcrumbs {
    text-shadow: none;
    top: 0;
    color: #323e48
}

header.simple .breadcrumbs span a {
    color: #323e48
}

header.simple .breadcrumbs span a:hover {
    color: #e90029
}

header.splitter {
    background-color: #323e48
}

@media only screen and (max-width:767px) {
    header.splitter {
        height: calc(100vh - 3rem)
    }
}

header.splitter .media {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

header.splitter .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:767px) {
    header.splitter .media img {
        -o-object-position: 26%;
        object-position: 26%
    }
}

@media only screen and (max-width:767px) {
    header.splitter .media:after {
        content: "";
        width: 100%;
        height: 75%;
        position: absolute;
        bottom: -1px;
        background: linear-gradient(180deg, transparent 0, #323e48)
    }
}

header.splitter .buttons {
    position: absolute;
    width: auto;
    top: 50%;
    right: 12.5%;
    transform: translateY(-50%)
}

@media only screen and (max-width:1600px) {
    header.splitter .buttons {
        right: 9%;
        right: 7.5%
    }
}

@media only screen and (max-width:767px) {
    header.splitter .buttons {
        left: 50%;
        position: relative;
        display: inline-block;
        transform: translate(-50%);
        height: calc(100vh - 3rem);
        width: 100%;
        top: 0
    }
}

@media only screen and (max-width:767px) {
    header.splitter .buttons ul {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

header.splitter .buttons .logo {
    margin: 0 auto 2.25rem;
    width: 200px;
    height: 42px
}

@media only screen and (max-width:1600px) {
    header.splitter .buttons .logo {
        margin: 0 auto 1.5rem;
        width: 180px;
        height: 38px
    }
}

@media only screen and (max-width:1200px) {
    header.splitter .buttons .logo {
        margin: 0 auto 1.25rem;
        width: 140px;
        height: 30px
    }
}

@media only screen and (max-width:767px) {
    header.splitter .buttons .logo {
        width: 180px;
        height: 38px;
        position: absolute;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

header.splitter .buttons .button {
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    width: auto;
    transform-origin: left center;
    width: 560px;
    font-size: 1.5rem;
    height: 80px;
    padding: 1.75rem 2rem
}

@media only screen and (max-width:1600px) {
    header.splitter .buttons .button {
        height: 60px;
        font-size: 1.2rem;
        padding: 1rem 1.4rem;
        width: 440px
    }
}

@media only screen and (max-width:1200px) {
    header.splitter .buttons .button {
        height: 42px;
        font-size: 1rem;
        padding: .45rem .8rem;
        width: 350px
    }
}

@media only screen and (max-width:480px) {
    header.splitter .buttons .button {
        text-align: center;
        width: calc(100vw - 2rem)!important;
        margin-top: .25rem
    }
}

header.splitter .buttons .button.spec {
    background-color: #fff;
    color: #323e48
}

header.splitter .buttons .button img {
    position: absolute;
    transition: opacity .3s ease
}

@media only screen and (max-width:480px) {
    header.splitter .buttons .button img {
        display: none
    }
}

header.splitter .buttons .button img.world {
    top: -10px;
    width: 150px;
    right: 2px
}

@media only screen and (max-width:1600px) {
    header.splitter .buttons .button img.world {
        width: 120px;
        right: -3px
    }
}

@media only screen and (max-width:1200px) {
    header.splitter .buttons .button img.world {
        width: 90px
    }
}

header.splitter .buttons .button img.bc {
    top: -3px;
    width: 132px;
    right: 12px;
    opacity: 1
}

@media only screen and (max-width:1600px) {
    header.splitter .buttons .button img.bc {
        top: -1px;
        width: 96px;
        right: 10px
    }
}

@media only screen and (max-width:1200px) {
    header.splitter .buttons .button img.bc {
        top: -2px;
        width: 70px;
        right: 6px
    }
}

header.splitter .buttons .button:hover .bc,
header.splitter .buttons .button img.bc.invert {
    opacity: 0
}

header.splitter .buttons .button:hover .bc.invert {
    opacity: 1
}

header .menu.pinned,
header .menu.pseudo-pinned {
    top: 0;
    width: 15.5rem;
    padding: 1rem 1.5rem .7rem;
    box-shadow: 0 0 6px #ccc;
    transform: translate3d(-50%, 0, 0);
    transition: top .5s cubic-bezier(.7, 0, .3, 1) 0s, width .6s cubic-bezier(.7, 0, .3, 1) 0s, padding .6s cubic-bezier(.7, 0, .3, 1) 0s, transform .3s cubic-bezier(.7, 0, .3, 1) .1s, border .3s cubic-bezier(.7, 0, .3, 1) .2s, height .6s cubic-bezier(.7, 0, .3, 1) 0s
}

header .menu.pinned nav,
header .menu.pseudo-pinned nav {
    max-height: 1px!important;
    border-bottom: none
}

header .menu.pinned nav.open,
header .menu.pseudo-pinned nav.open {
    max-height: 284px!important
}

header .menu.pinned nav.open .menu-list,
header .menu.pseudo-pinned nav.open .menu-list {
    border-bottom: 1px solid #000
}

header .menu.pinned nav.open .menu-list li.open .li-line,
header .menu.pseudo-pinned nav.open .menu-list li.open .li-line {
    opacity: 1
}

header .menu.pinned nav.open .menu-list li.open .li-line:after,
header .menu.pseudo-pinned nav.open .menu-list li.open .li-line:after {
    bottom: 0
}

header .menu.pinned nav.open .menu-list li.open .plus-icon:after,
header .menu.pinned nav.open .menu-list li.open .plus-icon:before,
header .menu.pseudo-pinned nav.open .menu-list li.open .plus-icon:after,
header .menu.pseudo-pinned nav.open .menu-list li.open .plus-icon:before {
    background: #e90029
}

header .menu.pinned nav.open .menu-list li.open .plus-icon:after,
header .menu.pseudo-pinned nav.open .menu-list li.open .plus-icon:after {
    display: none
}

header .menu.pinned nav .fa-angle-right,
header .menu.pseudo-pinned nav .fa-angle-right {
    margin-left: .5rem
}

header .menu.pinned nav .sub-ul .sub-ul .fa-angle-right,
header .menu.pseudo-pinned nav .sub-ul .sub-ul .fa-angle-right {
    display: none
}

header .menu.pinned .logo,
header .menu.pseudo-pinned .logo {
    /*width: 96px;*/
    margin-bottom: 1rem
}

header .menu.pinned .menu-wrap,
header .menu.pseudo-pinned .menu-wrap {
    height: 1.5rem
}

header .menu.pinned .social,
header .menu.pseudo-pinned .social {
    height: 0
}

@media only screen and (max-width:992px) {
    header .menu.pinned,
    header .menu.pseudo-pinned {
        width: 10rem;
        padding: 1rem 1rem .6rem;
        transition: top .5s cubic-bezier(.7, 0, .3, 1) 0s, width .4s cubic-bezier(.7, 0, .3, 1) .3s, padding .6s cubic-bezier(.7, 0, .3, 1) 0s, transform .3s cubic-bezier(.7, 0, .3, 1) .1s, border .3s cubic-bezier(.7, 0, .3, 1) .2s, height .6s cubic-bezier(.7, 0, .3, 1) 0s
    }
    header .menu.pinned.open,
    header .menu.pseudo-pinned.open {
        width: 14.5rem;
        transition: top .5s cubic-bezier(.7, 0, .3, 1) 0s, width .4s cubic-bezier(.7, 0, .3, 1) 0s, padding .6s cubic-bezier(.7, 0, .3, 1) 0s, transform .3s cubic-bezier(.7, 0, .3, 1) .1s, border .3s cubic-bezier(.7, 0, .3, 1) .2s, height .6s cubic-bezier(.7, 0, .3, 1) .2s
    }
    header .menu.pinned .menu-wrap,
    header .menu.pseudo-pinned .menu-wrap {
        height: 1.35rem;
        margin-top: .25rem
    }
}

header .menu.menu-modus {
    top: 0!important;
    width: 100%!important;
    height: 100vh!important;
    overflow: hidden;
    padding: 1rem 0;
    border: 0 solid transparent;
    max-width: 1200px;
    box-shadow: none;
    transition: top .5s cubic-bezier(.7, 0, .3, 1) 0s, width .6s cubic-bezier(.7, 0, .3, 1) 0s, padding .6s cubic-bezier(.7, 0, .3, 1) 0s, transform .3s cubic-bezier(.7, 0, .3, 1) .1s, max-width 0s ease 1s, border .3s cubic-bezier(.7, 0, .3, 1) .2s, height .6s cubic-bezier(.7, 0, .3, 1) 0s
}

@media only screen and (max-width:992px) {
    header .menu.menu-modus {
        border-bottom: 1rem solid #fff;
        border-top: none;
        max-width: inherit;
        max-height: inherit
    }
}

@media only screen and (max-width:480px) {
    header .menu.menu-modus {
        border-bottom: 5.5rem solid #fff
    }
}

header .menu.menu-modus li.open a.overview-page-link {
    max-height: 9999px;
    overflow: hidden;
    padding: 1rem 0 .5rem!important;
    transition: max-height .6s cubic-bezier(1, 0, 1, 0) .3s, opacity .3s ease .7s, padding .2s ease .5s, top .3s ease .7s;
    opacity: 1;
    top: 0
}

@media only screen and (max-width:767px) {
    header .menu.menu-modus li.open a.overview-page-link {
        padding: .75rem 0!important
    }
}

header .menu.menu-modus li.open a.overview-page-link+.sub-ul>li:first-child .sub-ul-header {
    padding-top: .5rem
}

header .menu.menu-modus li.open a.with-sub {
    color: #e90029
}

@media only screen and (max-width:767px) {
    header .menu.menu-modus li.open a.with-sub {
        pointer-events: auto
    }
}

header .menu.menu-modus li.open .sub-ul {
    transition: max-height .6s cubic-bezier(1, 0, 1, 0) .3s, padding .2s linear .5s, margin .2s linear .5s;
    max-height: 9999px;
    padding: 1rem 0 2rem;
    display: -ms-grid;
    display: grid;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

@media only screen and (max-width:992px) {
    header .menu.menu-modus li.open .sub-ul {
        padding: 0 0 .5rem;
        margin-bottom: .5rem;
        overflow: visible
    }
}

header .menu.menu-modus li.open .sub-ul li {
    position: relative
}

header .menu.menu-modus li.open .sub-ul li .sub-ul {
    padding: 0;
    margin-bottom: 0;
    color: #999
}

@media only screen and (max-width:767px) {
    header .menu.menu-modus li.open .sub-ul li .sub-ul {
        padding: 0 0 .5rem;
        width: 100%
    }
    header .menu.menu-modus li.open .sub-ul li .sub-ul:before {
        opacity: 0;
        top: -.3rem;
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 100%;
        border-top: 1px solid rgba(0, 0, 0, .2);
        z-index: -1;
        -webkit-animation: fading-in .5s .8s forwards;
        animation: fading-in .5s .8s forwards
    }
}

header .menu.menu-modus li.open .sub-ul li .li-product-img {
    position: absolute;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (max-width:992px) {
    header .menu.menu-modus li.open .sub-ul li .li-product-img {
        display: none
    }
}

header .menu.menu-modus .social {
    height: 35px;
    width: 168px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    bottom: 3rem
}

header .menu.menu-modus .social ul {
    display: inline-block;
    padding-bottom: 1rem
}

header .menu.menu-modus .social ul li {
    margin: 0 .75rem;
    font-size: 1.2rem
}

header .menu.menu-modus .menu-wrap {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%
}

header .menu.menu-modus .menu-wrap #close-menu {
    color: inherit;
    transition: color .3s ease
}

header .menu.menu-modus .menu-wrap #close-menu span:after,
header .menu.menu-modus .menu-wrap #close-menu span:before {
    background-color: #323e48
}

header .menu.menu-modus .menu-wrap #close-menu:hover {
    color: #e90029
}

header .menu.menu-modus .menu-wrap #close-menu:hover span:after,
header .menu.menu-modus .menu-wrap #close-menu:hover span:before {
    background-color: #e90029
}

header .menu.menu-modus nav.open {
    border: transparent;
    max-height: calc(100% - 130px)!important;
    overflow-y: scroll;
    max-width: unset;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

header .menu.menu-modus nav.open::-webkit-scrollbar {
    background: transparent;
    width: 0
}

header .menu.menu-modus nav.open .menu-list {
    border-bottom: 1px solid transparent;
    max-width: 1200px;
    display: block;
    margin: auto
}

header .menu.menu-modus nav.open:before {
    transition: width .5s ease -.2s, top 0s;
    width: 208px
}

@media only screen and (max-width:1200px) {
    header .menu.menu-modus nav.open:before {
        width: 192px
    }
}

header .menu.menu-modus nav.open:after {
    transition: width .5s ease -.2s, bottom .3s ease;
    width: 208px;
    bottom: 48px;
    position: fixed
}

@media only screen and (max-width:1200px) {
    header .menu.menu-modus nav.open:after {
        width: 192px
    }
}

header .menu.menu-modus nav.open.nav-line-top {
    top: 1rem
}

header .menu.menu-modus nav.open.nav-line-top:before {
    top: 52px;
    position: fixed
}

header .menu.menu-modus nav.open.nav-line-top ul.menu-list li:first-of-type a {
    padding-top: 0
}

.menu-fading-in {
    -webkit-animation: menu-fading-in .8s .4s forwards;
    animation: menu-fading-in .8s .4s forwards
}

@media only screen and (max-width:767px) {
    .menu-fading-in {
        -webkit-animation: menu-fading-in .8s .8s forwards;
        animation: menu-fading-in .8s .8s forwards
    }
}

@-webkit-keyframes menu-fading-in {
    0% {
        transform: translate3d(0, 12px, 0);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes menu-fading-in {
    0% {
        transform: translate3d(0, 12px, 0);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes fading-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fading-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes menu-pinned-open {
    0% {
        top: 51px
    }
    to {
        top: 184px
    }
}

@keyframes menu-pinned-open {
    0% {
        top: 51px
    }
    to {
        top: 184px
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 1;
        transform: translate3D(-50%, -20px, 0)
    }
    50% {
        opacity: 1;
        transform: translate3D(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3D(-50%, -20px, 0)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 1;
        transform: translate3D(-50%, -20px, 0)
    }
    50% {
        opacity: 1;
        transform: translate3D(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3D(-50%, -20px, 0)
    }
}

.plus-icon {
    position: relative
}

.plus-icon:after,
.plus-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #323e48
}

.plus-icon:before {
    width: 11px;
    height: 1px;
    top: 5px
}

.plus-icon:after {
    height: 11px;
    width: 1px;
    left: 5px
}

.firefox .menu nav ul.menu-list li .li-line:after,
.safari header .menu nav ul.menu-list li .li-line:after {
    bottom: 8px
}

@media only screen and (max-width:1200px) {
    .firefox .menu nav ul.menu-list li .li-line:after,
    .safari header .menu nav ul.menu-list li .li-line:after {
        bottom: 4px
    }
}

@media only screen and (max-width:767px) {
    .firefox .menu nav ul.menu-list li .li-line:after,
    .safari header .menu nav ul.menu-list li .li-line:after {
        bottom: 0
    }
}

.firefox .menu nav ul.menu-list li:first-of-type .li-line:after,
.safari header .menu nav ul.menu-list li:first-of-type .li-line:after {
    bottom: 7px
}

@media only screen and (max-width:767px) {
    .firefox .menu nav ul.menu-list li:first-of-type .li-line:after,
    .safari header .menu nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 0
    }
}

.firefox header .menu.menu-modus nav.open {
    margin-right: -10px;
    padding-right: 10px
}

@media only screen and (max-width:767px) {
    .safari_ios header .menu.menu-modus {
        border-bottom: 8.5rem solid #fff
    }
    .safari_ios header.fullscreen .split-screen .left-mobile .claim,
    .safari_ios header.splitter .buttons ul {
        bottom: 72px
    }
}

.edge header .menu.menu-modus nav ul.menu-list li .li-line {
    transform: translateX(-50%)
}

.edge header .menu.menu-modus nav ul.menu-list li .li-line:after {
    bottom: 7px
}

@media only screen and (max-width:1200px) {
    .edge header .menu.menu-modus nav ul.menu-list li .li-line:after {
        bottom: 4px
    }
}

@media only screen and (max-width:767px) {
    .edge header .menu.menu-modus nav ul.menu-list li .li-line:after {
        bottom: 0
    }
}

@media only screen and (max-width:1200px) {
    .edge header .menu.menu-modus nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    .edge header .menu.menu-modus nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 0
    }
}

.ie header .split-screen .left,
.ie header .split-screen .right {
    display: block;
    max-width: 50%
}

@media only screen and (max-width:767px) {
    .ie header .split-screen .left,
    .ie header .split-screen .right {
        max-width: 100%
    }
}

.ie header .split-screen .left .media:before,
.ie header .split-screen .right .media:before {
    content: none
}

.ie header .menu.menu-modus nav ul.menu-list li .li-line {
    transform: translateX(-50%)
}

.ie header .menu.menu-modus nav ul.menu-list li .li-line:after {
    bottom: 7px
}

@media only screen and (max-width:1200px) {
    .ie header .menu.menu-modus nav ul.menu-list li .li-line:after {
        bottom: 4px
    }
}

@media only screen and (max-width:767px) {
    .ie header .menu.menu-modus nav ul.menu-list li .li-line:after {
        bottom: 0
    }
}

@media only screen and (max-width:1200px) {
    .ie header .menu.menu-modus nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 7px
    }
}

@media only screen and (max-width:767px) {
    .ie header .menu.menu-modus nav ul.menu-list li:first-of-type .li-line:after {
        bottom: 0
    }
}

.ie header .menu.menu-modus li.open .sub-ul {
    display: flex
}

.ie header .menu.menu-modus li.open .sub-ul li {
    width: 20%
}

@media only screen and (max-width:992px) {
    .ie header .menu.menu-modus li.open .sub-ul li {
        width: 100%
    }
}

.ie header .menu.menu-modus li.open .sub-ul li .sub-ul li {
    width: 100%
}

.window-os header.fullscreen.animation-active .split-screen .left .media {
    transform: translateX(-8px)
}

.window-os.firefox header .menu.menu-modus nav.open {
    margin-right: -32px;
    padding-right: 16px
}

section.module {
    position: relative
}

section.module .arrow-right {
    color: #000
}

section.module .arrow-right:hover {
    color: #e90029
}

section.module .button {
    width: auto
}

section.module a:not(.button):not(.arrow-right) {
    color: #e90029
}

section.module:after,
section.module:before {
    content: "";
    display: block;
    width: 1px;
    height: 4rem;
    position: relative;
    left: 1px;
    right: 0;
    margin: auto;
    background: #323e48
}

@media only screen and (max-width:767px) {
    section.module:after,
    section.module:before {
        height: 2rem
    }
}

.line p:first-of-type:before {
    content: "";
    width: 7rem;
    display: block;
    height: 1px;
    background: #323e48;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .module.big-picture-left .line,
    .module.big-picture-right .line,
    .module.overlap-picture-left .line,
    .module.overlap-picture-right .line,
    .module.picture-middle .line {
        margin-top: 2rem
    }
}

.module.big-picture-left .left {
    padding-right: 0
}

@media only screen and (max-width:767px) {
    .module.big-picture-left .left {
        padding-right: 1.5rem
    }
}

.module.big-picture-left .line {
    padding-left: 3rem
}

@media only screen and (max-width:767px) {
    .module.big-picture-left .line {
        padding-left: 1.5rem
    }
}

.module.big-picture-right .right {
    padding-left: 0
}

@media only screen and (max-width:767px) {
    .module.big-picture-right .right {
        padding-left: 1.5rem
    }
}

.module.big-picture-right .line {
    padding-right: 3rem
}

@media only screen and (max-width:767px) {
    .module.big-picture-right .line {
        padding-right: 1.5rem
    }
}

.module.big-picture .animation-wrapper,
.module.big-picture img {
    margin-bottom: 2rem
}

.module.big-picture .left,
.module.big-picture .right {
    text-align: left
}

@media only screen and (max-width:767px) {
    .module.big-picture .left {
        margin-bottom: 1rem
    }
}

.module .pic-1.up,
.module .pic-2.up,
.module .pic-3.up {
    z-index: 900
}

.module .overlap-pictures-right {
    position: relative
}

@media only screen and (max-width:992px) {
    .module .overlap-pictures-right {
        margin-bottom: 2rem
    }
}

.module .overlap-pictures-right .pic-1 {
    position: relative
}

.module .overlap-pictures-right .pic-2 {
    position: absolute;
    bottom: 0;
    left: 60%;
    margin: auto;
    top: 0;
    width: 130%
}

.module .overlap-pictures-left {
    position: relative
}

@media only screen and (max-width:992px) {
    .module .overlap-pictures-left {
        margin-bottom: 2rem
    }
}

.module .overlap-pictures-left .pic-1 {
    position: relative
}

.module .overlap-pictures-left .pic-2 {
    position: absolute;
    bottom: 0;
    right: 60%;
    margin: auto;
    top: 0;
    width: 130%
}

.module .wrap {
    position: relative
}

@media only screen and (max-width:767px) {
    .module .wrap {
        max-width: 38rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:992px) {
    .module .wrap .diagonal-pictures-left {
        padding-bottom: 10rem
    }
}

.module .wrap .diagonal-pictures-left .pic-1 {
    max-width: 20rem;
    position: relative
}

@media only screen and (max-width:767px) {
    .module .wrap .diagonal-pictures-left .pic-1 {
        max-width: 50%
    }
}

.module .wrap .diagonal-pictures-left .pic-2 {
    position: absolute;
    bottom: 0;
    max-width: 20rem;
    right: 1.5rem
}

@media only screen and (max-width:767px) {
    .module .wrap .diagonal-pictures-left .pic-2 {
        max-width: 50%;
        bottom: 3rem;
        right: 15%
    }
}

@media only screen and (max-width:992px) {
    .module .wrap .diagonal-pictures-right {
        padding-bottom: 10rem
    }
}

.module .wrap .diagonal-pictures-right .pic-1 {
    max-width: 20rem;
    position: relative
}

@media only screen and (max-width:767px) {
    .module .wrap .diagonal-pictures-right .pic-1 {
        max-width: 50%
    }
}

.module .wrap .diagonal-pictures-right .pic-2 {
    position: absolute;
    bottom: 0;
    max-width: 20rem;
    right: 0
}

@media only screen and (max-width:767px) {
    .module .wrap .diagonal-pictures-right .pic-2 {
        max-width: 50%;
        right: 15%
    }
}

.module.square-left .pic-2,
.module.square-right .pic-2 {
    width: 100%
}

.module.square-left h3,
.module.square-right h3 {
    color: #e90029
}

.module.long-text-left .row,
.module.long-text-right .row {
    text-align: left
}

.module.three-elements-left .pic-1 {
    max-width: 21rem;
    position: absolute;
    top: 70%;
    left: 0
}

@media only screen and (max-width:992px) {
    .module.three-elements-left .pic-1 {
        position: relative;
        left: -20%
    }
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .pic-1 {
        max-width: 50%;
        left: 20%
    }
}

.module.three-elements-left .pic-2,
.module.three-elements-left .pic-3 {
    display: inline-block
}

.module.three-elements-left .pic-3 {
    margin-top: 2rem
}

@media only screen and (max-width:992px) {
    .module.three-elements-left .pic-3 {
        height: auto;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .pic-3 {
        width: 120%;
        margin-left: -10rem
    }
}

.module.three-elements-left .pic-2 {
    max-width: 350px;
    min-width: 300px
}

@media only screen and (max-width:992px) {
    .module.three-elements-left .pic-2 {
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .pic-2 {
        width: 100%;
        min-width: auto
    }
}

.module.three-elements-left .picture-left {
    text-align: right;
    height: 100%
}

@media only screen and (max-width:992px) {
    .module.three-elements-left .picture-left {
        padding-top: 5rem
    }
}

.module.three-elements-left .start-xs {
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .start-xs {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .wrap {
        margin-bottom: -10%;
        margin-top: 2rem
    }
}

@media only screen and (max-width:767px) {
    .module.three-elements-left .pic-wrap {
        transform: translateX(10%)
    }
}

.module.video-big .start-xs {
    margin-top: 2rem
}

@media only screen and (max-width:767px) {
    .module.video-left .line,
    .module.video-right .line {
        margin-top: 2rem
    }
}

.module.video-left .left {
    padding-right: 0
}

@media only screen and (max-width:767px) {
    .module.video-left .left {
        padding-right: 1.5rem
    }
}

.module.video-left .line {
    padding-left: 3rem
}

@media only screen and (max-width:767px) {
    .module.video-left .line {
        padding-left: 1.5rem
    }
}

.module.video-right .right {
    padding-left: 0
}

@media only screen and (max-width:767px) {
    .module.video-right .right {
        padding-left: 1.5rem
    }
}

.module.video-right .line {
    padding-right: 3rem
}

@media only screen and (max-width:767px) {
    .module.video-right .line {
        padding-right: 1.5rem
    }
}

.module.darkgrey {
    background: #323e48
}

.module.darkgrey:after,
.module.darkgrey:before {
    background: #fff
}

.module.darkgrey h2 {
    color: #b5a898
}

.module.darkgrey p {
    color: #fff
}

.module.darkgrey .line p:first-of-type:before {
    background: #fff
}

.module.darkgrey a:not(.button):not(.arrow-right) {
    color: #b5a898
}

.module.text-no-pic .line {
    margin-bottom: 1rem
}

.module.text-list:after,
.module.text-list:before {
    background: none
}

.module.text-list h3 {
    color: #e90029
}

.module.text-list .container {
    position: relative
}

.module.text-list .container:after,
.module.text-list .container:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 8rem);
    position: absolute;
    left: 1px;
    right: 0;
    top: -4rem;
    margin: auto;
    background: #323e48
}

@media only screen and (max-width:767px) {
    .module.text-list .container:after,
    .module.text-list .container:before {
        display: none
    }
}

.module.text-list .right {
    padding-left: 4rem
}

@media only screen and (max-width:767px) {
    .module.text-list .right {
        padding-left: 1.5rem;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid #323e48
    }
}

.module.statement .middle {
    text-align: center;
    background: url(../images/letter-a.3da0650f.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0
}

.module.statement .middle .center {
    max-width: 16rem;
    margin: auto;
    padding: 7rem 0
}

.module.statement .middle .center h2 {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8rem
}

.module.statement .middle .center p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-transform: uppercase
}

.module.quote {
    padding-top: 6rem
}

@media only screen and (max-width:767px) {
    .module.quote {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.module.quote:before {
    top: -6rem
}

.module.quote .slick-list {
    margin-top: -10rem
}

@media only screen and (max-width:992px) {
    .module.quote .slick-list {
        margin-top: -6rem
    }
}

.module.quote .slick-list .slick-slide .line {
    margin-top: 10rem
}

@media only screen and (max-width:992px) {
    .module.quote .slick-list .slick-slide .line {
        margin-top: 6rem
    }
}

@media only screen and (max-width:767px) {
    .module.quote .slick-list .slick-slide .line {
        margin-top: 0
    }
}

.module.quote .slick-arrow:before {
    color: #fff
}

.module.quote .container {
    background: #323e48
}

.module.quote p,
.module.quote q {
    color: #fff;
    max-width: 30rem;
    max-width: 25rem;
    margin-bottom: 1.25rem;
    display: block
}

@media only screen and (max-width:767px) {
    .module.quote p,
    .module.quote q {
        margin: auto auto 1.25rem
    }
}

.module.quote p a,
.module.quote q a {
    color: #b5a898
}

.module.quote p {
    letter-spacing: .5px;
    color: #b5a898
}

.module.quote q {
    letter-spacing: .2px;
    font-family: avenir-light
}

.module.quote h3 {
    margin-bottom: 0
}

.module.quote .line {
    padding-left: 0
}

@media only screen and (max-width:767px) {
    .module.quote .line {
        padding-left: 1.5rem;
        text-align: center
    }
}

.module.quote .line p:first-of-type:before {
    background: #fff;
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .module.quote .line p:first-of-type:before {
        background: none
    }
}

.module.quote .right {
    text-align: right
}

@media only screen and (max-width:767px) {
    .module.quote .right {
        text-align: center
    }
}

.module.quote .right img {
    max-width: 350px;
    display: inline-block;
    margin-right: 3rem
}

@media only screen and (max-width:992px) {
    .module.quote .right img {
        max-width: 250px;
        margin-right: 1rem
    }
}

.module.lightbox-wrap .img-box {
    position: unset!important
}

.module.lightbox-wrap .animate-item {
    position: unset
}

.module.lightbox-wrap .lightbox {
    position: fixed;
    top: -100%;
    bottom: 100%;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    z-index: 2001;
    opacity: 0;
    text-align: left;
    transition: opacity .3s ease;
    pointer-events: none
}

.module.lightbox-wrap .lightbox div::-webkit-scrollbar {
    display: none
}

.module.lightbox-wrap .lightbox div {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.module.lightbox-wrap .lightbox .lightbox-img-slider {
    padding: 0
}

.module.lightbox-wrap .lightbox .lightbox-text {
    max-height: 409px;
    overflow: scroll;
    padding-bottom: 3.5rem
}

@media only screen and (max-width:1200px) {
    .module.lightbox-wrap .lightbox .lightbox-text {
        max-height: 280px
    }
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .lightbox-text {
        max-height: inherit;
        overflow: visible;
        padding-bottom: 0
    }
}

.module.lightbox-wrap .lightbox .lightbox-text:before {
    margin-bottom: 1rem;
    margin-top: -1rem;
    position: absolute;
    margin-right: auto;
    content: "";
    width: 7rem;
    display: block;
    height: 1px;
    background: #323e48
}

.module.lightbox-wrap .lightbox .lightbox-text:after {
    width: 50%;
    height: 5rem;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 70%)
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .lightbox-text:after {
        display: none
    }
}

.module.lightbox-wrap .lightbox .slider-wrap {
    margin-top: -5rem;
    height: 100%
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .slider-wrap {
        margin-top: 0
    }
}

.module.lightbox-wrap .lightbox:target {
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity .3s ease;
    pointer-events: auto
}

.module.lightbox-wrap .lightbox:target~#lightbox-controls {
    top: 0;
    pointer-events: auto
}

@media only screen and (max-width:992px) {
    .module.lightbox-wrap .lightbox .slick-list {
        margin-top: 0
    }
}

.module.lightbox-wrap .lightbox .slick-arrow {
    top: 50%;
    margin: 0;
    background-color: transparent
}

.module.lightbox-wrap .lightbox .slick-arrow.slick-prev {
    left: 0
}

@media only screen and (max-width:1200px) {
    .module.lightbox-wrap .lightbox .slick-arrow.slick-prev {
        left: -1.4rem
    }
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .slick-arrow.slick-prev {
        left: -1rem
    }
}

.module.lightbox-wrap .lightbox .slick-arrow.slick-next {
    text-align: right;
    right: 0
}

@media only screen and (max-width:1200px) {
    .module.lightbox-wrap .lightbox .slick-arrow.slick-next {
        right: -1.25rem
    }
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .slick-arrow.slick-next {
        right: -1rem
    }
}

.module.lightbox-wrap .lightbox h3 {
    color: #e90029
}

.module.lightbox-wrap .lightbox .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2rem 2rem 0;
    width: 80%;
    max-width: 1000px;
    position: fixed
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .center {
        width: 100vw;
        height: 100%;
        padding: 1rem 1rem 4rem;
        overflow: scroll
    }
    .module.lightbox-wrap .lightbox .center h3 {
        margin-bottom: 2rem
    }
}

.module.lightbox-wrap .lightbox .center .line p:first-of-type:before {
    content: none
}

.module.lightbox-wrap .lightbox .center .right img {
    max-width: 350px;
    margin: 0 auto
}

.module.lightbox-wrap .lightbox .center .social {
    padding-top: .5rem;
    margin-top: .5rem;
    text-align: center
}

.module.lightbox-wrap .lightbox .center .social ul {
    padding-left: 0
}

.module.lightbox-wrap .lightbox .center .social ul li {
    display: inline
}

.module.lightbox-wrap .lightbox .center .social ul li i {
    margin: 0 .75rem;
    font-size: 1.2rem;
    color: #323e48
}

.module.lightbox-wrap .lightbox .center .social ul li:first-child i {
    margin-left: 0
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap .lightbox .center .social {
        margin-bottom: 2rem
    }
}

.module.lightbox-wrap #lightbox-controls {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: -110vh;
    right: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .7);
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .module.lightbox-wrap #lightbox-controls {
        transform: scale(.75);
        transform-origin: top right;
        z-index: 2002;
        width: 70px;
        height: 70px;
        background: rgba(0, 0, 0, .15)
    }
}

.module.lightbox-wrap #lightbox-controls #close-lightbox {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-indent: -5000px;
    right: 10px;
    top: 10px
}

.module.lightbox-wrap #lightbox-controls #close-lightbox:before {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 3px;
    right: 24px;
    top: 0;
    background: #fff;
    border-radius: 2px;
    transition: .5s ease-in-out .5s;
    transform: rotate(45deg)
}

.module.lightbox-wrap #lightbox-controls #close-lightbox:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    top: 24px;
    right: 0;
    background: #fff;
    border-radius: 2px;
    transition: .5s ease-in-out 1s;
    transform: rotate(45deg)
}

.module.list-left-and-right .list-item {
    position: relative;
    margin-top: 3rem
}

@media only screen and (max-width:767px) {
    .module.list-left-and-right .list-item {
        height: auto;
        margin-left: 0!important;
        margin-top: 2rem;
        padding: 0 1.5rem 0 6.5rem!important;
        text-align: left!important
    }
}

@media only screen and (max-width:480px) {
    .module.list-left-and-right .list-item {
        margin-top: 1.5rem;
        padding: 0 0 0 4rem!important;
        min-height: 45px
    }
}

.module.list-left-and-right .list-item img {
    width: 60px;
    position: absolute
}

@media only screen and (max-width:767px) {
    .module.list-left-and-right .list-item img {
        left: 1.5rem!important
    }
}

@media only screen and (max-width:480px) {
    .module.list-left-and-right .list-item img {
        left: 0!important;
        width: 50px
    }
}

.module.list-left-and-right .list-item .headline {
    text-transform: uppercase;
    margin-top: -.25rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #323e48;
    font-family: avenir-regular;
    font-weight: 700
}

@media only screen and (max-width:480px) {
    .module.list-left-and-right .list-item .headline {
        padding-right: 1.25rem;
        font-size: .9rem
    }
}

.module.list-left-and-right .list-item .content {
    font-size: .9rem;
    line-height: 150%;
    margin-top: 0
}

@media only screen and (max-width:480px) {
    .module.list-left-and-right .list-item .content {
        font-size: .85rem!important
    }
}

.module.list-left-and-right .list-item:nth-child(odd) {
    text-align: right;
    padding-right: 3.5rem
}

.module.list-left-and-right .list-item:nth-child(odd) .headline:before {
    left: 2px
}

@media only screen and (max-width:767px) {
    .module.list-left-and-right .list-item:nth-child(odd) .headline:before {
        left: auto
    }
}

.module.list-left-and-right .list-item:nth-child(odd) img {
    right: -30px
}

.module.list-left-and-right .list-item:nth-child(2n) {
    text-align: left;
    padding-left: 3.5rem;
    margin-left: 50%
}

.module.list-left-and-right .list-item:nth-child(2n) img {
    left: -30px
}

.module.list-left-and-right.big .list-item {
    height: 100px
}

@media only screen and (max-width:767px) {
    .module.list-left-and-right.big .list-item {
        margin-top: 2.5rem;
        padding: 0 1.5rem 0 8.5rem!important
    }
}

.module.list-left-and-right.big .list-item:nth-child(odd) {
    padding-right: 5.5rem
}

.module.list-left-and-right.big .list-item:nth-child(2n) {
    padding-left: 5.5rem
}

.module.list-left-and-right.big img {
    transform: scale(1.75)
}

@media only screen and (max-width:767px) {
    .module.list-left-and-right.big img {
        transform: scale(1.5);
        transform-origin: 0 1rem
    }
}

.module.product-section .middle {
    text-align: center;
    background: url(../images/letter-a.3da0650f.svg) no-repeat;
    background-position: 50%;
    background-size: calc(100% - 3rem);
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .module.product-section .middle {
        background-size: 80%
    }
}

.module.product-section .middle img {
    max-width: 25rem;
    margin: auto;
    
}

@media only screen and (max-width:992px) {
    .module.product-section .middle img {
        max-width: 19rem
    }
}

.module.product-section .last:before {
    content: "";
    width: 100%;
    border-top: 1px solid #000;
    margin-bottom: 2rem;
    display: block
}

.module.animate-boxes {
    position: relative
}

.module.animate-boxes h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 1.9rem
}

.module.animate-boxes .animate-item {
    position: relative;
    padding: 0 .75rem;
    margin-bottom: 1.5rem
}

@media only screen and (max-width:767px) {
    .module.animate-boxes .animate-item {
        padding: 0 1.5rem;
        margin-left: 0!important
    }
}

.module.animate-boxes .animate-item .img-box {
    position: relative;
    transition: opacity .3s ease
}

.module.animate-boxes .animate-item .img-box .headline {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: .75rem;
    font-family: avenir-regular
}

.module.animate-boxes .animate-item .img-box p {
    margin-top: .5rem
}

.module.animate-boxes .arrow-right {
    opacity: 0;
    transition: top .4s ease .9s, opacity .4s ease .9s;
    text-transform: uppercase;
    top: .5rem;
    letter-spacing: .05rem
}

.module.animate-boxes .animate-item.open .img-box:before {
    opacity: 0;
    width: 0
}

.module.animate-boxes .animate-item.open .img-box .arrow-right {
    opacity: 1
}

.module.animate-boxes .box-3:nth-of-type(3n+1) {
    transform: translateY(260px)
}

.module.animate-boxes .box-3:nth-of-type(3n+3) {
    transform: translateY(120px)
}

.module.animate-boxes .box-4:nth-of-type(4n+1) {
    transform: translateY(75px)
}

.module.animate-boxes .box-4:nth-of-type(4n+2) {
    transform: translateY(180px)
}

.module.animate-boxes .box-4:nth-of-type(4n+3) {
    transform: translateY(45px)
}

.module.animate-boxes .box-4:nth-of-type(4n+4) {
    transform: translateY(120px)
}

.module.animate-boxes.no-animation .animate-item {
    transform: none!important
}

.module.input-col .center-xs {
    max-width: 40rem;
    width: 100%;
    margin: auto
}

.module.input-col .center-xs h3 {
    margin-bottom: 3rem
}

.module.input-col .center-xs input[type=submit] {
    width: auto
}

.module.input-col .center-xs form {
    margin-top: .5rem
}

.module.login,
.module.registration {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
}

.module.login .center-xs,
.module.registration .center-xs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2rem;
    width: 100%
}

@media only screen and (max-width:767px) {
    .module.login .center-xs,
    .module.registration .center-xs {
        width: 90%
    }
}

.module.login .center-xs h1,
.module.login .center-xs h2,
.module.registration .center-xs h1,
.module.registration .center-xs h2 {
    margin-bottom: 1rem;
    color: #323e48
}

.module.login .center-xs input[type=submit],
.module.registration .center-xs input[type=submit] {
    width: auto
}

.module.login .center-xs form,
.module.registration .center-xs form {
    margin-top: .5rem
}

.module.login .center-xs a,
.module.registration .center-xs a {
    margin-bottom: -.5rem;
    display: block;
    margin-top: 1rem;
    font-size: .9rem
}

.module.login .center-xs {
    max-width: 25rem
}

.module.registration .center-xs {
    max-width: 50rem
}

.module.registration .center-xs button[type=submit] {
    width: 50%;
    text-align: center
}

.module.registration .center-xs input[type=checkbox] {
    margin-left: 10px
}

.module.order-list:before {
    display: none
}

.module.order-list tbody {
    font-size: .9rem;
    line-height: 1.4rem
}

.module.order-list table a {
    color: #323e48!important
}

.module.order-list table a:hover {
    text-decoration: underline
}

.module.order-list i.fa-external-link {
    color: #000;
    font-size: .8rem;
    margin-left: .25rem
}

.module.order-list i.fa-angle-down {
    position: absolute;
    right: 1rem;
    top: .5rem;
    color: #fff;
    font-size: 1.7rem;
    cursor: pointer
}

.module.order-list .active i.fa-angle-down {
    transform: rotate(180deg)
}

.module.order-list input {
    height: auto;
    margin: 0;
    width: 3.5rem;
    text-align: center;
    background: #f2f3f3;
    border: none
}

.module.order-list .subproduct {
    background: #fff!important;
    color: #323e48!important
}

.module.order-list .subproduct i {
    color: #323e48
}

.module.order-list table td,
.module.order-list table th {
    text-align: left
}

.module.order-list table.layout {
    width: 100%;
    border-collapse: collapse
}

.module.order-list table.display {
    margin: 1em 0
}

.module.order-list table.display td,
.module.order-list table.display th {
    border: 1px solid #323e48;
    padding: .75rem
}

.module.order-list table.display th {
    background: #323e48;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: .5rem .75rem;
    position: relative
}

.module.order-list table.display td {
    background: #fff
}

.module.order-list .pieces,
.module.order-list .seriennummer {
    white-space: nowrap
}

.module.order-list .subline-red {
    margin-top: .5rem;
    font-size: .8rem;
    padding: 3px .5rem 2px
}

@media only screen and (max-width:767px) {
    .module.order-list table.responsive-table {
        box-shadow: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }
    .module.order-list .not-summary tbody {
        display: none
    }
    .module.order-list tr.header {
        margin-bottom: 0
    }
    .module.order-list table.display td,
    .module.order-list table.display th {
        padding: .5em;
        width: 300px
    }
    .module.order-list table.responsive-table td:first-child:before {
        content: "Serialnumber"
    }
    .module.order-list table.responsive-table td:nth-child(2):before {
        content: "Device"
    }
    .module.order-list table.responsive-table td:first-child,
    .module.order-list table.responsive-table td:nth-child(2) {
        text-align: right
    }
    .module.order-list table.responsive-table td:first-child:before,
    .module.order-list table.responsive-table td:nth-child(2):before {
        position: absolute;
        left: .5em;
        font-weight: 700
    }
    .module.order-list table.responsive-table td,
    .module.order-list table.responsive-table tr {
        display: block
    }
    .module.order-list table.responsive-table tr {
        position: relative;
        margin-bottom: 1em
    }
    .module.order-list table.responsive-table td {
        border-top: none
    }
    .module.order-list table.responsive-table td.seriennummer {
        background: #f2f3f3;
        color: #323e48;
        text-transform: uppercase;
        letter-spacing: .1rem;
        border-top: 1px solid #323e48;
        margin-top: -1px
    }
    .module.order-list tr.header {
        margin-bottom: 0!important;
        margin-top: -1px
    }
}

.module.grid .row {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.module.grid .grid-item {
    padding: 0 .75rem;
    margin-bottom: 1.5rem
}

.module.grid .grid-item .arrow-right {
    text-transform: uppercase;
    top: .5rem;
    letter-spacing: .05rem
}

@media only screen and (max-width:767px) {
    .module#scroll-special {
        background-color: #323e48
    }
    .module#scroll-special.pinned #bg,
    .module#scroll-special.pinned .pinned-elements {
        position: fixed!important
    }
    .module#scroll-special.mobil-last-sec #bg,
    .module#scroll-special.mobil-last-sec .pinned-elements {
        top: auto;
        bottom: 0
    }
    .module#scroll-special.mobil-last-sec .mobil-part {
        transition: transform .5s ease, opacity .4s ease .2s!important;
        transform: scale(.39)
    }
    .module#scroll-special.mobil-last-sec .mobil-part.part-5 {
        transform: none;
        transition: opacity .6s ease .5s!important
    }
    .module#scroll-special.mobil-last-sec .silhouette {
        transition: opacity .2s ease!important;
        opacity: 0!important
    }
}

.module#scroll-special:after,
.module#scroll-special:before {
    content: none
}

.module#scroll-special #bg {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
    width: 100vw;
    height: 100vh
}

.module#scroll-special #bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:767px) {
    .module#scroll-special #bg {
        z-index: 0
    }
}

.module#scroll-special #bg.pinned {
    position: fixed
}

.module#scroll-special #bg.mobil-last-frame {
    top: auto;
    bottom: 0
}

.module#scroll-special .pinned-elements {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30
}

.module#scroll-special .pinned-elements .img-wrapper {
    height: 100vh;
    padding-top: calc(10vh + 30px);
    padding-bottom: 8vh;
    position: absolute;
    transform: translateX(-50%);
    left: 50%
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .img-wrapper {
        left: 2rem;
        transform: none;
        width: 13vh
    }
}

.module#scroll-special .pinned-elements .img-wrapper img {
    transition: opacity .2s ease .4s;
    height: 100%;
    width: auto;
    filter: brightness(100);
    opacity: .1
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .img-wrapper img {
        transition: opacity .3s ease .9s
    }
}

.module#scroll-special .pinned-elements .img-wrapper .mobil-part {
    transition: opacity .6s ease 0s, transform .5s ease .6s;
    position: absolute;
    top: calc(10vh + 30px);
    height: calc(82vh - 30px);
    filter: none;
    opacity: 0;
    z-index: 1;
    transform-origin: top center
}

.module#scroll-special .pinned-elements .img-wrapper .mobil-part.active {
    opacity: 1
}

.module#scroll-special .pinned-elements .headline {
    position: absolute;
    width: 33.33%;
    top: 33.333vh;
    left: 10%
}

@media only screen and (max-width:992px) {
    .module#scroll-special .pinned-elements .headline {
        left: 2rem
    }
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .headline {
        top: auto;
        bottom: 56%;
        left: calc(13vh + 2rem);
        width: calc(100% - 13vh - 2rem);
        padding: 0 1.5rem
    }
}

.module#scroll-special .pinned-elements .headline:before {
    content: "";
    display: block;
    width: 30%;
    border-top: 1px solid #fff
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .headline:before {
        display: none
    }
}

.module#scroll-special .pinned-elements .headline:after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 1px solid #fff
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .headline:after {
        display: none
    }
}

.module#scroll-special .pinned-elements .headline h2 {
    color: #fff;
    padding-top: 2rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .headline h2 {
        letter-spacing: .5px;
        font-size: 1.2rem;
        line-height: 150%;
        padding-top: 1rem;
        margin-bottom: 2rem
    }
}

.module#scroll-special .pinned-elements .headline p {
    color: #fff
}

@media only screen and (max-width:992px) {
    .module#scroll-special .pinned-elements .headline p {
        font-size: .9rem;
        line-height: 150%
    }
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .headline p {
        font-size: .7rem
    }
}

.module#scroll-special .pinned-elements .progress-bar {
    right: 2rem;
    top: calc(10vh + 20px);
    width: 32px;
    overflow: visible;
    height: 80vh;
    position: absolute;
    z-index: 1;
    display: -ms-grid;
    display: grid
}

@media only screen and (max-width:992px) {
    .module#scroll-special .pinned-elements .progress-bar {
        right: .25rem
    }
}

@media only screen and (max-width:767px) {
    .module#scroll-special .pinned-elements .progress-bar {
        display: none
    }
}

.module#scroll-special .pinned-elements .progress-bar .progress {
    height: 100%;
    width: 2rem;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    position: relative;
    color: #fff
}

.module#scroll-special .pinned-elements .progress-bar .progress .plus {
    width: 20px;
    height: 20px;
    border: 2px solid #e90029;
    border-radius: 100%;
    position: absolute;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
    background-color: #fff;
    opacity: .2;
    transition: opacity .3s cubic-bezier(.7, 0, .3, 1) .1s
}

.module#scroll-special .pinned-elements .progress-bar .progress .plus:hover {
    opacity: 1
}

.module#scroll-special .pinned-elements .progress-bar .progress span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    left: 1.25rem;
    text-align: right;
    opacity: .25;
    transition: all .3s
}

@media only screen and (max-width:992px) {
    .module#scroll-special .pinned-elements .progress-bar .progress span {
        font-size: .8rem;
        left: 1rem
    }
}

.module#scroll-special .pinned-elements .progress-bar .progress:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 8px;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 10px;
    opacity: .25;
    transition: all .3s
}

.module#scroll-special .pinned-elements .progress-bar .progress.active .plus,
.module#scroll-special .pinned-elements .progress-bar .progress.active:before,
.module#scroll-special .pinned-elements .progress-bar .progress.active span {
    opacity: 1
}

.module#scroll-special .pinned-elements .progress-bar .progress:first-child .plus {
    left: calc(-50vw + 54px + 1vh);
    top: 6.5vh
}

.module#scroll-special .pinned-elements .progress-bar .progress:nth-child(2) .plus {
    left: calc(-50vw + 54px);
    top: 10.5vh
}

.module#scroll-special .pinned-elements .progress-bar .progress:nth-child(3) .plus {
    left: calc(-50vw + 54px + 2.5vh);
    top: 14vh
}

.module#scroll-special .pinned-elements .progress-bar .progress:nth-child(4) .plus {
    left: calc(-50vw + 54px - 4.5vh);
    top: 6vh
}

.module#scroll-special .pinned-elements .progress-bar .progress:nth-child(5) .plus {
    left: calc(-50vw + 54px + 4vh);
    top: 2vh
}

.module#scroll-special .content-wrap {
    position: relative;
    margin: 0 5rem
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap {
        margin: 0
    }
}

.module#scroll-special .content-wrap .content-box {
    display: block;
    position: relative;
    height: 100vh
}

.module#scroll-special .content-wrap .content-box .pin-wrap {
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    position: absolute;
    padding-top: calc(10vh + 30px);
    padding-bottom: 8vh
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap {
        width: 13vh;
        transform: none;
        left: 2rem
    }
}

.module#scroll-special .content-wrap .content-box .pin-wrap .img-wrap {
    transition: transform .5s ease;
    transform-origin: top center;
    position: relative;
    height: 100%
}

.module#scroll-special .content-wrap .content-box .pin-wrap .img-wrap.invisible {
    opacity: 0!important
}

.module#scroll-special .content-wrap .content-box .pin-wrap .img-wrap img {
    height: 100%;
    width: auto;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2))
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .img-wrap {
        opacity: 0
    }
}

.module#scroll-special .content-wrap .content-box .pin-wrap .text-content {
    position: absolute;
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    left: calc(100% + 6vw);
    width: 28vw;
    top: 50%;
    transition: opacity .3s ease 0s, transform 0s ease .31s
}

@media only screen and (max-width:992px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .text-content {
        left: calc(100% + 2rem);
        width: 30vw
    }
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .text-content {
        left: calc(13vh + 2rem);
        width: calc(100vw - 13vh - 2rem);
        padding: 0 1.5rem;
        top: 48%;
        position: fixed
    }
}

.module#scroll-special .content-wrap .content-box .pin-wrap .text-content.active {
    transition: all .4s ease .2s;
    transform: translateZ(0);
    opacity: 1
}

.module#scroll-special .content-wrap .content-box .pin-wrap .text-content .headline {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    line-height: 135%
}

@media only screen and (max-width:1200px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .text-content .headline {
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .text-content .headline {
        font-size: 1.05rem
    }
}

.module#scroll-special .content-wrap .content-box .pin-wrap .text-content p {
    font-size: 1rem;
    color: #fff;
    line-height: 150%;
    margin-top: .5rem
}

@media only screen and (max-width:767px) {
    .module#scroll-special .content-wrap .content-box .pin-wrap .text-content p {
        font-size: .85rem
    }
}

.module#scroll-special .content-wrap .content-box .anchor {
    position: absolute;
    top: 30%
}

.module#scroll-special .content-wrap .content-box#cartridge-4 #cart-4-pin,
.module#scroll-special .content-wrap .content-box#cartridge-4 #cart-4-pin-back {
    opacity: 0;
    transition: all 0s, opacity .2s ease 0s
}

.module#scroll-special .content-wrap .content-box#cartridge-4 #cart-4-pin-back.active,
.module#scroll-special .content-wrap .content-box#cartridge-4 #cart-4-pin.active {
    opacity: 1;
    transition: opacity .8s ease .2s
}

.module#scroll-special.small .pinned-elements .img-wrapper img {
    transition: opacity 0s ease 0s;
    opacity: 0
}

.module#scroll-special.small .content-wrap .content-box .pin-wrap .img-wrap.cart-part {
    transform: scale(.4);
    transition: transform .3s ease
}

section.distributors:after,
section.distributors:before,
section.map:after,
section.map:before {
    display: none
}

section.distributors .filter {
    margin-bottom: 4rem
}

section.distributors .filter .arrow-wrap {
    max-width: 20rem;
    margin: auto
}

section.distributors .filter .arrow-wrap select option {
    font-weight: 700;
    text-transform: uppercase
}

section.distributors .list .middle-xs:not(.header) {
    border-bottom: 1px solid #eee
}

@media only screen and (max-width:767px) {
    section.distributors .list .middle-xs:not(.header) {
        border-bottom: none
    }
}

@media only screen and (max-width:767px) {
    section.distributors .header {
        display: none
    }
}

section.distributors .header .company,
section.distributors .header .country,
section.distributors .header .website {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #323e48
}

section.distributors .header .company p,
section.distributors .header .country p,
section.distributors .header .website p {
    font-weight: 700;
    text-transform: uppercase
}

section.distributors a.button {
    width: auto
}

section.distributors .company {
    text-align: center
}

section.distributors .website {
    text-align: right
}

@media only screen and (max-width:767px) {
    section.distributors .website {
        text-align: center;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee
    }
}

.not-found img {
    margin-bottom: 2rem
}

.not-found input[type=search] {
    margin-top: 2rem;
    max-width: 300px
}

.not-found .container .search {
    width: 100%!important
}

.not-found .container .search input[type=search] {
    margin-top: 2rem;
    margin-right: 1rem;
    max-width: calc(100% - 8.3rem)
}

@media only screen and (max-width:480px) {
    .not-found .container .search input[type=search] {
        max-width: 100%
    }
}

.not-found .container .search input[type=submit] {
    text-align: center;
    width: 7rem;
    margin-top: 2rem
}

@media only screen and (max-width:767px) {
    #content main>form>.container .grid-item.col-xs-4 {
        max-width: 100%!important;
        flex-basis: 100%!important
    }
}

#content main>form>.container button[type=submit] {
    width: auto;
    display: block;
    margin: 1rem auto 0;
    transition: all .3s ease
}

.cc-animate.cc-revoke.cc-bottom {
    font-family: inherit;
    border-radius: 0;
    padding: .5rem 1rem;
    transition: transform .4s ease
}

.cc-window.cc-banner.cc-type-opt-out {
    font-family: inherit;
    flex-direction: column;
    padding: 1.25rem 0 .5rem;
    transition: opacity .6s ease
}

.cc-window.cc-banner.cc-type-opt-out .cc-message {
    padding: 0 1.5rem;
    text-align: center;
    margin: 0!important
}

@media only screen and (max-width:480px) {
    .cc-window.cc-banner.cc-type-opt-out .cc-message {
        font-size: .9rem!important;
        line-height: 150%!important
    }
}

.cc-window.cc-banner.cc-type-opt-out .cc-highlight {
    margin: auto
}

.cc-window.cc-banner.cc-type-opt-out .cc-highlight a.cc-btn {
    margin: 1rem .5rem;
    height: 40px!important;
    width: auto;
    background-color: #323e48!important;
    padding: .4rem 1rem!important;
    color: #fff!important;
    border-radius: 0;
    border: 1px solid #fff;
    transition: all .3s ease
}

.cc-window.cc-banner.cc-type-opt-out .cc-highlight a.cc-btn:hover {
    text-decoration: none;
    background-color: #fff!important;
    color: #323e48!important
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.ie .module#scroll-special .pinned-elements .progress-bar {
    display: -ms-flexbox;
    -ms-flex-direction: column
}

.firefox .lightbox-text>p:last-child {
    padding-bottom: 3.5rem
}

.mac-os.firefox option {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: 100
}

#popupBox .center {
    padding-bottom: 25px
}

#popupBox iframe,
#popupBox img {
    margin-bottom: 20px
}

#popupBox .text-right {
    text-align: right
}

#popupBox p.line {
    position: relative;
    margin-top: 15px
}

#popupBox p.line:before {
    position: absolute;
    content: "";
    top: -15px;
    width: 7rem;
    display: block;
    height: 1px;
    background: #323e48;
    margin-bottom: 2rem
}

.animation.before-after .animation-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2), 0 6px 6px rgba(0, 0, 0, .2)
}

.animation.before-after .animation-wrapper .after,
.animation.before-after .animation-wrapper .before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    pointer-events: none;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.animation.before-after .animation-wrapper .after img,
.animation.before-after .animation-wrapper .before img {
    margin: 0
}

.animation.before-after .animation-wrapper .before img {
    height: auto;
    width: 100%
}

.animation.before-after .animation-wrapper .after {
    width: 50%;
    position: absolute
}

.animation.before-after .animation-wrapper .after img {
    height: 100%;
    width: auto
}

.animation.before-after .animation-wrapper .scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    pointer-events: auto;
    cursor: pointer;
    border: 4px solid #fff
}

.animation.before-after .animation-wrapper .scroller .scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 6px;
    fill: #fff
}

.animation.before-after .animation-wrapper .scroller:after,
.animation.before-after .animation-wrapper .scroller:before {
    background: #fff;
    content: " ";
    display: block;
    width: 4px;
    height: 100vh;
    position: absolute;
    left: 50%;
    margin-left: -2px
}

.animation.before-after .animation-wrapper .scroller:before {
    top: 100%
}

.animation.before-after .animation-wrapper .scroller:after {
    bottom: 100%
}

.animation.colors .color-item {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    cursor: pointer
}

.animation.colors .color-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
    width: 0
}

.animation.colors .color-item .big-pic-cover {
    height: 100%;
    max-width: 0;
    transition: max-width .8s cubic-bezier(.7, 0, .3, 1) 0s;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.animation.colors .color-item .big-pic-cover .big-pic {
    height: 100%;
    width: auto
}

.animation.colors .color-item .small-pic {
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1rem
}

.animation.colors .color-item .description {
    width: calc(50% - 1.2rem);
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block
}

.animation.colors .color-item .description .name {
    font-weight: 700
}

.animation.colors .color-item .description .code {
    margin-top: 0
}

.animation.colors .color-item:hover .big-pic-cover {
    max-width: 500px
}

.animation.tooltips .animation-wrapper {
    position: relative;
    max-width: 900px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper {
        width: 80%
    }
}

@media only screen and (max-width:767px) {
    .animation.tooltips .animation-wrapper {
        width: 100%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element {
    padding: 10px 20px 10px 10px;
    position: absolute;
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0);
    transition: opacity .3s cubic-bezier(.7, 0, .3, 1), left .3s cubic-bezier(.7, 0, .3, 1) .2s, background-color .3s cubic-bezier(.7, 0, .3, 1), width .3s cubic-bezier(.7, 0, .3, 1) .2s, outline .5s cubic-bezier(.7, 0, .3, 1) .2s, box-shadow .2s cubic-bezier(.7, 0, .3, 1) 0s, padding .5s cubic-bezier(.7, 0, .3, 1) .2s;
    width: 60px;
    overflow: hidden
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element {
        padding: 8px 16px 8px 8px;
        width: 56px
    }
}

@media only screen and (max-width:767px) {
    .animation.tooltips .animation-wrapper .tooltip-element {
        display: none
    }
}

.animation.tooltips .animation-wrapper .tooltip-element .plus {
    width: 40px;
    height: 40px;
    border: 2px solid #e90029;
    transform: rotate(0deg);
    border-radius: 100%;
    position: relative;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
    opacity: .6;
    transition: opacity .2s cubic-bezier(.7, 0, .3, 1), background-color .2s cubic-bezier(.7, 0, .3, 1), transform .4s cubic-bezier(.7, 0, .3, 1) 0s, box-shadow 0s
}

.animation.tooltips .animation-wrapper .tooltip-element .plus:after,
.animation.tooltips .animation-wrapper .tooltip-element .plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e90029
}

.animation.tooltips .animation-wrapper .tooltip-element .plus:before {
    width: 2px;
    height: 20px
}

.animation.tooltips .animation-wrapper .tooltip-element .plus:after {
    width: 20px;
    height: 2px
}

.animation.tooltips .animation-wrapper .tooltip-element .text-content {
    line-height: 135%;
    position: absolute;
    left: 62px;
    display: block;
    text-align: left;
    white-space: nowrap;
    top: 50%;
    padding-right: 1rem;
    opacity: 0;
    transform: translate3D(16px, -50%, 0);
    transition: opacity 0s cubic-bezier(.7, 0, .3, 1), transform 0s cubic-bezier(.7, 0, .3, 1) .3s
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element .text-content {
        left: 58px;
        font-size: .9rem;
        line-height: 150%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element.port {
    top: 17%;
    left: 27%
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element.port {
        top: 16%;
        left: 26%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element.screen {
    top: 41%;
    left: 49%
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element.screen {
        top: 36%;
        left: 48%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element.buttons {
    top: 51.5%;
    left: 42%
}

.animation.tooltips .animation-wrapper .tooltip-element.body {
    top: 72%;
    left: 5%
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element.body {
        top: 69%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element.pen {
    top: 65%;
    left: 82%
}

@media only screen and (max-width:992px) {
    .animation.tooltips .animation-wrapper .tooltip-element.pen {
        top: 68%;
        left: 80%
    }
    .animation.tooltips .animation-wrapper .tooltip-element.pen.open {
        left: 70%
    }
}

.animation.tooltips .animation-wrapper .tooltip-element:hover .plus {
    opacity: 1
}

.animation.tooltips .animation-wrapper .tooltip-element.open {
    background-color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2)
}

.animation.tooltips .animation-wrapper .tooltip-element.open .text-content {
    opacity: 1;
    white-space: pre-wrap;
    transform: translate3D(0, -50%, 0);
    transition: opacity .4s cubic-bezier(.7, 0, .3, 1) .4s, transform .4s cubic-bezier(.7, 0, .3, 1) .4s
}

.animation.tooltips .animation-wrapper .tooltip-element.open .plus {
    opacity: 1;
    transform: rotate(45deg);
    box-shadow: 0 6px 6px transparent;
    transition: opacity .3s cubic-bezier(.7, 0, .3, 1), background-color .3s cubic-bezier(.7, 0, .3, 1), transform .3s cubic-bezier(.7, 0, .3, 1) .5s, box-shadow 0s
}

header.glossar {
    background: #323e48
}

header.glossar .breadcrumbs {
    color: #fff;
    margin-top: .5rem
}

header.glossar .breadcrumbs span a {
    color: #fff
}

header.glossar .container {
    margin-top: 2.7rem;
    padding-top: 8rem
}

@media only screen and (max-width:992px) {
    header.glossar .container {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    header.glossar .container {
        padding-top: 4rem
    }
}

@media only screen and (max-width:767px) {
    header.glossar .container .left {
        margin-bottom: 3rem
    }
}

header.glossar .container .left p {
    max-width: 25rem
}

header.glossar .container .button,
header.glossar .container .headline,
header.glossar .container h1,
header.glossar .container p {
    color: #fff
}

header.glossar .container .button {
    border-color: #fff
}

header.glossar .container .button:hover {
    color: #323e48;
    background: #fff
}

header.glossar .container.line p:first-of-type:before {
    background: #fff
}

header.glossar .container .slider-header p {
    max-width: 100%
}

@media only screen and (max-width:767px) {
    header.glossar .container .slider-header p {
        font-size: .95rem
    }
}

header.glossar .container .slider-header .product-box .headline {
    display: block;
    font-size: 1.15rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin-top: .5rem;
    line-height: 135%
}

header.glossar .container .slider-header .product-box p:before {
    display: none
}

header.glossar .container .slider-header .product-box a {
    width: auto
}

header.glossar .container .slider-header .slick-next,
header.glossar .container .slider-header .slick-prev {
    background: none
}

header.glossar .container .slider-header .slick-next:before,
header.glossar .container .slider-header .slick-prev:before {
    color: #fff
}

@media only screen and (max-width:767px) {
    header.glossar .container .slider-header .slick-next,
    header.glossar .container .slider-header .slick-prev {
        bottom: 0;
        top: 0;
        margin: auto
    }
}

header.glossar .container .slider-header .slick-next {
    text-align: right
}

@media only screen and (max-width:767px) {
    header.glossar-subpage-header .glossar-img {
        margin-top: 2rem
    }
}

main.glossar-content .alph {
    background: #323e48;
    border-top: 1px solid #fff
}

main.glossar-content .alph .container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

@media only screen and (max-width:992px) {
    main.glossar-content .alph .container {
        width: 100%
    }
}

main.glossar-content .alph .container ul {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow-x: scroll
}

main.glossar-content .alph .container ul li a {
    color: #fff;
    padding-left: .4rem;
    padding-right: .4rem;
    display: block;
    font-size: 1.3rem
}

main.glossar-content .alph .container ul li a:hover {
    opacity: .8;
    border-bottom: 1px solid #fff
}

main.glossar-content .alph .container ul li a.active {
    font-weight: "avenir-regular";
    border-bottom: 1px solid #fff
}

main.glossar-content .alph .container .glossar-more {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

main.glossar-content .glossar-list div[class^=col-] {
    margin-bottom: 4rem
}

main.glossar-content .glossar-list article.cat {
    position: relative;
    height: 100%
}

main.glossar-content .glossar-list article.cat p {
    font-size: 10rem;
    color: #e90029;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 6rem;
    line-height: 6rem
}

@media only screen and (max-width:767px) {
    main.glossar-content .glossar-list article.cat p {
        font-size: 6rem;
        position: relative
    }
}

main.glossar-content .glossar-list article h2 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
    height: 3.75rem;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    main.glossar-content .glossar-list article h2 {
        overflow: visible;
        height: auto
    }
}

main.glossar-content .glossar-list article .line p:before {
    margin-bottom: .5rem
}

main.glossar-content .glossar-list article a {
    text-transform: uppercase;
    margin-top: 1rem;
    display: inline-block
}

footer {
    background: #323e48
}

footer .container {
    padding-top: 0;
    padding-bottom: 0
}

footer a {
    position: relative
}

@media only screen and (max-width:992px) {
    footer a:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 2px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .4)
    }
}

footer .row>div {
    margin-bottom: 0
}

footer h4 {
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    position: relative
}

footer h4 i {
    display: none!important
}

@media only screen and (max-width:992px) {
    footer h4 {
        margin-bottom: 1rem;
        cursor: pointer
    }
    footer h4 i {
        transition: transform .4s .2s;
        position: relative;
        left: .6rem;
        top: -1px;
        display: inline-block!important
    }
    footer h4.open i {
        transform: rotate(90deg)
    }
}

@media only screen and (max-width:767px) {
    footer h4 {
        font-size: 1rem
    }
}

footer h4,
footer li,
footer p {
    color: #fff
}

footer a,
footer li,
footer p {
    margin-top: .15rem;
    font-size: .9rem
}

@media only screen and (max-width:992px) {
    footer a,
    footer li,
    footer p {
        font-size: 1rem;
        margin-top: .25rem
    }
}

footer .footer-top {
    padding: 3rem
}

@media only screen and (max-width:992px) {
    footer .footer-top {
        padding: 2rem 1rem;
        padding: 2rem 2.5rem
    }
}

footer .footer-top .col-md-3 {
    padding: 0 3%;
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

@media only screen and (max-width:1200px) {
    footer .footer-top .col-md-3 {
        padding: 0 1.5rem
    }
}

@media only screen and (max-width:992px) {
    footer .footer-top .col-md-3 {
        padding: 1.5rem 0;
        text-align: center;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        border-right: none
    }
    footer .footer-top .col-md-3:first-child {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    footer .footer-top .col-md-3 {
        padding: 1rem 0 .9rem
    }
}

footer .footer-top .col-md-3:last-child {
    border-right: none
}

@media only screen and (max-width:992px) {
    footer .footer-top .col-md-3:last-child {
        padding-bottom: 0;
        border: none
    }
}

footer .footer-top .col-md-3 .logo-white {
  /*  width: 5rem;*/
    margin-bottom: 1.65rem
}

@media only screen and (max-width:992px) {
    footer .footer-top .col-md-3 .logo-white {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.35rem
    }
}

footer .footer-top .col-md-3 .ig-follow-btn-block,
footer .footer-top .col-md-3 .ig-grid {
    margin-right: 0
}

footer .footer-top .col-md-3 .ig-follow-btn-block .ig-follow-btn {
    background-color: #323e48;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all .3s ease
}

footer .footer-top .col-md-3 .ig-follow-btn-block .ig-follow-btn:before {
    content: none
}

footer .footer-top .col-md-3 .ig-follow-btn-block .ig-follow-btn:hover {
    background-color: #fff;
    color: #323e48
}

footer .footer-top ul.social {
    margin-top: 1.5rem
}

@media only screen and (max-width:992px) {
    footer .footer-top ul.social {
        margin-top: 1rem
    }
}

footer .footer-top ul.social li {
    display: inline-block;
    padding-right: 1.5rem;
    text-align: left
}

@media only screen and (max-width:992px) {
    footer .footer-top ul.social li {
        padding: 0 .75rem
    }
}

footer .footer-top ul.social li a {
    font-size: 1.2rem;
    color: #fff
}

@media only screen and (max-width:992px) {
    footer .footer-top ul.social li a {
        font-size: 1.4rem
    }
    footer .footer-top ul.social li a:before {
        content: none
    }
}

footer .footer-top ul.social li a:hover {
    color: #e90029
}

footer .footer-top .email {
    text-decoration: underline
}

@media only screen and (max-width:992px) {
    footer .footer-top .email {
        text-decoration: none
    }
}

footer .footer-top ul.imprint {
    margin-top: 1.5rem
}

footer .footer-top .second-header {
    margin-top: 2rem
}

@media only screen and (max-width:992px) {
    footer .footer-top .second-header {
        margin-top: 1.5rem;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding-top: 1.25rem
    }
}

@media only screen and (max-width:767px) {
    footer .footer-top .second-header {
        margin-top: .8rem;
        padding-top: .9rem
    }
}

footer .footer-top .sublink {
    margin-top: .5rem;
    display: inline-block;
    color: #b5a898;
    padding-left: 1rem
}

footer .footer-top .sublink:before {
    content: ">";
    position: absolute;
    left: 0
}

@media only screen and (max-width:992px) {
    footer .footer-top .sublink {
        padding: 0
    }
    footer .footer-top .sublink:before {
        left: -1rem;
        border: none;
        width: unset;
        bottom: 0
    }
}

footer .footer-top .sublink:hover {
    color: #e90029
}

footer .footer-top .instagram {
    max-width: 300px
}

@media only screen and (max-width:767px) {
    footer .footer-top .instagram {
        max-width: inherit;
        margin-top: .5rem
    }
}

@media only screen and (max-width:992px) {
    footer .mobile-wrap {
        transition: max-height .3s cubic-bezier(.7, 0, .3, 1) 0s, margin .3s cubic-bezier(.7, 0, .3, 1) 0s;
        margin-top: -1rem;
        max-height: 0;
        overflow: hidden
    }
    footer .mobile-wrap.open {
        margin-top: 0;
        max-height: 300px;
        transition: max-height .6s cubic-bezier(.7, 0, .3, 1) .1s, margin .3s cubic-bezier(.7, 0, .3, 1) .1s
    }
}

footer .footer-bottom {
    padding: 1rem 3rem;
    background: #fff;
    text-align: center;
    color: #323e48
}

@media only screen and (max-width:767px) {
    footer .footer-bottom {
        padding: .5rem 1.5rem
    }
}

footer .footer-bottom p {
    color: #323e48;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    footer .footer-bottom p {
        font-size: .85rem
    }
}

.ie footer .footer-top .col-md-3 .logo-white {
    max-width: 5rem;
    width: auto
}

.form-error-message,
.form-success-message {
    color: #e90029;
    font-size: 18px
}

form[name=purchase_order] table {
    table-layout: fixed;
    word-wrap: break-word
}

form[name=purchase_order] table td:last-of-type {
    text-align: center;
    vertical-align: middle
}

form[name=purchase_order] .subproduct {
    border: 1px solid #323e48!important;
    border-right: none!important;
    border-left: none!important
}

form[name=purchase_order] .subproduct.first {
    border-left: 1px solid #323e48!important
}

form[name=purchase_order] .subproduct.last {
    border-right: 1px solid #323e48!important
}

@media only screen and (min-width:1201px) {
    section.order-list div.container {
        width: 100rem
    }
}

div.grid-item input[type=radio]:not(:first-child) {
    margin-left: 10px
}

footer .ig-follow-btn-block,
footer .ig-grid {
    margin-right: 37px
}

footer .ig-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto;
    grid-template-columns: auto 15px auto;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto 15px auto
}

footer .ig-grid .thumbnail-block-tl {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1
}

footer .ig-grid .thumbnail-block-tr {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 0;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1
}

footer .ig-grid .thumbnail-block-bl {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3
}

footer .ig-grid .thumbnail-block-br {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 0;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3
}

footer .ig-grid a {
    display: inline-block
}

footer .ig-grid a i {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    -ms-align-items: center;
    font-size: 3rem;
    color: #fff
}

footer .ig-follow-btn-block {
    display: flex;
    justify-content: space-around;
    padding-top: 25px
}

footer .ig-follow-btn-block .ig-follow-btn {
    background-color: #4281a8;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 6px 15px
}

footer .ig-follow-btn-block .ig-follow-btn:hover {
    color: #fff
}

div.cc-revoke {
    display: none
}

header.splitter a.button {
    text-align: left
}

@media (max-width:750px) {
    #downloadAll {
        margin-right: 15px
    }
}

#downloadAll.text-right {
    text-align: right
}

#download-list {
    margin-top: 15px
}

#download-list .table-responsive {
    overflow-x: visible
}

#download-list svg {
    fill: #e90029;
    width: 25px;
    transition: transform .3s;
    -webkit-transition: transform .3s
}

#download-list div.row {
    border: solid rgba(0, 0, 0, .1);
    border-width: 1px 0
}

@media (max-width:750px) {
    #download-list div.row {
        margin-left: 0;
        margin-right: 0
    }
}

#download-list div.row.collapse div.size,
#download-list div.row.collapsing div.size {
    color: #7f7f7f
}

#download-list div.row div.category.cell {
    height: 75px
}

#download-list div.row div.category.cell:first-of-type {
    padding-left: 26px
}

#download-list div.row div.category.cell:nth-of-type(2) {
    padding-left: 16px
}

#download-list div.row div.category.cell svg {
    height: 16px;
    width: 16px
}

#download-list div.row div.cell {
    height: 72px;
    padding: 24px 12px
}

#download-list div.row div.cell.icon {
    padding: 12px
}

#download-list div.row div.cell.icon img {
    width: auto;
    height: auto
}

#download-list div.row div.cell.previewLink,
#download-list div.row div.cell.size {
    padding-top: 22px
}

#download-list div.row div.cell.downloadLink {
    padding: 16px 15px 16px 12px
}

#download-list div.row div.cell.downloadLink a {
    text-decoration: none
}

#download-list div.row div.cell .preview {
    cursor: pointer;
    position: relative;
    text-transform: uppercase
}

#download-list div.row div.cell .preview .preview-media {
    background-color: #fff;
    height: 325px;
    width: 325px;
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 175%;
    left: -200%;
    z-index: 1000;
    border-radius: 2%;
    box-shadow: 0 0 5px 1px #ddd;
    margin: 0 auto
}

#download-list div.row div.cell .preview .preview-media img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 1001
}

#download-list div.row div.cell .preview .arrow-down {
    z-index: 1001;
    display: none;
    position: absolute;
    left: 25%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #000
}

#download-list div.row div.cell.filename {
    padding-top: 22px;
    color: #e90029;
    font-size: 16px
}

#download-list div.row div.cell.filename .preview {
    position: absolute;
    width: 125%;
    height: 100%;
    top: 0
}

#download-list div.row div.cell.filename .preview .preview-media {
    left: 13%;
    bottom: 127%
}

#download-list div.row div.cell.filename .preview .arrow-down {
    left: 40%
}

#download-list div.row:hover {
    cursor: pointer
}

#download-list div.row img.download-white {
    display: none
}

#download-list div.row img.download-color {
    display: block
}

#download-list div.row.active,
#download-list div.row[aria-expanded=true] {
    cursor: pointer;
    background-color: #323e48;
    color: #fff
}

#download-list div.row.active.child_categorie,
#download-list div.row[aria-expanded=true].child_categorie {
    background-color: #ddd
}

#download-list div.row.active button.categoryDownload,
#download-list div.row[aria-expanded=true] button.categoryDownload {
    color: #fff;
    border-color: #fff;
    background-color: #323e48
}

#download-list div.row.active img.download-white,
#download-list div.row[aria-expanded=true] img.download-white {
    display: block
}

#download-list div.row.active img.download-color,
#download-list div.row[aria-expanded=true] img.download-color {
    display: none
}

#download-list div.row[aria-expanded=true] svg {
    transform: rotate(90deg);
    fill: #fff
}

#download-list div.row.hasSubCategorie {
    display: none
}

#download-list div.row.downloadable {
    border-left: 5px solid transparent
}

#download-list div.row.downloadable:hover {
    border-left-color: #e90029
}

#download-list button {
    cursor: pointer
}

#download-list #pagination {
    border: none;
    position: relative;
    height: 50px
}

#download-list #pagination #download-pagination .pagination {
    display: inline-block
}

#download-list #pagination #download-pagination .pagination span {
    border: 1px solid #f2f3f3;
    height: 35px;
    width: 35px;
    margin: 5px;
    display: inline-block
}

#download-list #pagination #download-pagination .pagination span a {
    height: 31px;
    width: 31px;
    padding: 4px;
    color: #f2f3f3;
    vertical-align: middle;
    display: inline-block
}

#download-list #pagination #download-pagination .pagination span.current {
    border-color: #e90029;
    color: #e90029;
    vertical-align: middle;
    padding: 4px
}

#download-list #pagination #limit {
    margin-right: 15px;
    position: absolute;
    right: 0;
    font-weight: 700
}

#download-list #pagination #limit .arrow-wrap:after {
    top: 25%;
    pointer-events: none
}

#download-list #pagination #limit select {
    padding: 5px;
    margin: 5px 0 5px 5px;
    display: inline-block
}

form.downloadCenter-form {
    margin-bottom: 40px;
    margin-top: 20px
}

form.downloadCenter-form .select {
    font-size: .875rem;
    border-radius: 1px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 250px;
    width: 80vw;
    max-width: 398px;
    height: 44px;
    border: 1px solid #f2f3f3;
    padding: 0 15px;
    cursor: pointer
}

form.downloadCenter-form .select .text {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #f2f3f3;
    white-space: nowrap;
    cursor: pointer
}

form.downloadCenter-form .select .text.has-value {
    color: #e90029
}

form.downloadCenter-form .select svg {
    height: 16px;
    width: 16px;
    fill: #7f7f7f;
    z-index: 1000
}

form.downloadCenter-form .select svg.open {
    transform: rotate(180deg)
}

form.downloadCenter-form .select .options {
    display: none;
    max-height: 0;
    transition: .5s
}

form.downloadCenter-form .select .options.open {
    position: absolute;
    border: 1px solid #f2f3f3;
    top: -1px;
    left: -1px;
    display: flex;
    width: 101%;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 120
}

form.downloadCenter-form .select .options .option {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 9px 30px;
    color: #e90029;
    white-space: nowrap;
    cursor: pointer
}

form.downloadCenter-form .select .options .option:hover {
    color: #e90029
}

#eventHeader img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 6px
}

#eventHeader #event-subline {
    font-size: 1.5rem;
    color: #e90029
}

#event-list .line .d-none {
    display: none
}

#event-list .line .link {
    color: #e90029
}

#event-list .line .logo {
    padding-left: 2rem;
    padding-right: 2rem
}

#event-list .line .description strong {
    display: inline-block;
    margin-bottom: 25px
}

#event-list .line p:first-of-type:before {
    width: 100%;
    margin-bottom: 1rem
}

#event-list .line p:last-of-type:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #323e48;
    margin-top: 1rem
}

@media (max-width:992px) {
    #event-list .line {
        display: none
    }
    #event-list .line .logo {
        padding-right: 0
    }
    #event-list .line .button {
        width: auto
    }
    #event-list .line .d-sm-none {
        display: none
    }
    #event-list .line .d-sm-inline {
        display: inline
    }
    #event-list .line.month,
    #event-list .line.open {
        display: block
    }
}

#event-list .line .row .button {
    text-align: center
}

@media (min-width:993px) {
    #event-list .line .row div:not(.logo):not(.mobile-wraper) {
        padding-left: 2rem;
        border-left: 1px solid #000
    }
}

#event-list .line .row .mobile-wraper,
#event-list .line .row .mobile-wraper div:last-of-type {
    padding-right: 0
}

#event-list a.disabled {
    pointer-events: none;
    cursor: not-allowed
}

#event-list div.month {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px
}

#event-list div.month .toggle-event-list {
    float: right;
    transition-property: transform;
    transition-duration: .8s
}

#event-list div.month .toggle-event-list.open {
    transform: rotate(180deg)
}

.ambassadorParticipants ul li {
    padding: 10px 0
}

.ambassadorEvaluation button {
    width: auto;
    margin-right: 0;
    margin-left: auto;
    display: block
}

header.ambassador {
    height: auto
}

div.trainingPortal a img {
    width: 640px;
    margin-bottom: 50px
}